https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bc8b30e3835bdcd8c63e9f5c312c33eef97e074b authored by renchao.lu on 12 October 2021, 11:46:28 UTC
Merge branch 'StokesFlow_3D' into 'master'
Tip revision: bc8b30e
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