swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 4ff967d16f11591510b71e76b421715843a8b6d5 authored by Lars Bilke on 07 July 2021, 06:11:34 UTC
Merge branch 'restore-ctest-large' into 'master'
Tip revision: 4ff967d
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