https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e8b2807fcb4e30cbab03736efd92539dd1ba4ca1 authored by Norbert Grunwald on 20 September 2021, 13:10:09 UTC
update tests.cmake to inclide phase transition dissolution tst
Tip revision: e8b2807
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