swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 3948585777bdee90602ed625556d3cd4e2061c39 authored by Dmitry Yu. Naumov on 11 October 2021, 11:58:22 UTC
Merge branch 'RM_SwitchOffPhaseCompressibilityInUnsaturated' into 'master'
Tip revision: 3948585
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