https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9f504d93298fe9b7a64dc08814bf8227f6485b2a authored by Lars Bilke on 12 April 2021, 12:36:36 UTC
[ci] Doxygen warnings threshold (16).
Tip revision: 9f504d9
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