https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2803af37de4917f074580f56ab200cfa1e0515d0 authored by Dmitri Naumov on 28 June 2021, 16:05:56 UTC
[T/M/MCAS] Update reference files.
Tip revision: 2803af3
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