swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 1e736ae13994b2cbbab9ffdfe62a58f280605105 authored by Christoph Lehmann on 13 March 2022, 21:35:51 UTC
Merge branch 'reenable-win-th2m' into 'master'
Tip revision: 1e736ae
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(ThermoRichardsFlow ${SOURCES})
target_link_libraries(ThermoRichardsFlow PUBLIC ProcessLib PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top