https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f04baf16e1340fdbd81630b192f15fa04e273667 authored by Dmitri Naumov on 27 April 2021, 13:47:56 UTC
[PL/HM] Spelling fix in comment.
Tip revision: f04baf1
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