swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: a0092a872560e70857487095b137ddf9fea603c5 authored by Dmitry Yu. Naumov on 02 November 2021, 17:46:14 UTC
Merge branch 'AddBranchCoverageToReport' into 'master'
Tip revision: a0092a8
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