https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8c5fe03a25de6f37d8ad6a3fd4ed285a1b89ca7a authored by wenqing on 02 August 2021, 17:01:49 UTC
Merge branch 'THM_update' into 'master'
Tip revision: 8c5fe03
CMakeLists.txt
get_source_files(SOURCES)

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

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