https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 69520e21db9422defa51abb10c03893f77b717ce authored by Dmitry Yu. Naumov on 12 February 2021, 08:05:46 UTC
Merge branch 'RM_DoublePorosityModel' into 'master'
Tip revision: 69520e2
CMakeLists.txt
get_source_files(SOURCES)

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

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