https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 715ee8f1ca05c25d60826ecbedcc64d76d198e3f authored by Lars Bilke on 16 March 2021, 09:17:16 UTC
[cmake-format] Remaining cmake files.
Tip revision: 715ee8f
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