https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cd57df9e5555c8def02580e076a9847563bbe8c2 authored by Lars Bilke on 24 February 2021, 19:53:48 UTC
Merge branch 'ci-manual-large' into 'master'
Tip revision: cd57df9
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