https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8756f74c65c0dfa43745aa9001953ea5878a607f authored by tnagel on 31 August 2021, 14:13:19 UTC
Introduced initial stress capability in MFront orthotropic linear elasticity.
Tip revision: 8756f74
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