https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d72854f8c3234812334a80549a72425b292d2768 authored by Karsten Rink on 26 March 2021, 16:14:11 UTC
Merge branch 'AddPropertyHandlingToReviseMesh' into 'master'
Tip revision: d72854f
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