https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2b7613670d523de29fcfd2eceb2c1911238c57cf authored by Lars Bilke on 08 March 2021, 13:03:44 UTC
[web] Fixed singularity docs.
Tip revision: 2b76136
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(ThermoHydroMechanics ${SOURCES})
target_link_libraries(ThermoHydroMechanics
                      PUBLIC ProcessLib
                      PRIVATE ParameterLib)

if(BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top