https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3600b119673ebfed0d2016e38d9145d42d03218c authored by Dmitri Naumov on 30 August 2021, 16:30:35 UTC
[PL/TH2M] Separate non-const solid phase vol.frac.
Tip revision: 3600b11
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