swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: db04b9f70c4d7fe076c48bcfeeaac2d02010740c authored by Dmitri Naumov on 10 November 2021, 11:35:39 UTC
[MPL] Add material id to medium's description.
Tip revision: db04b9f
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