swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 79e6c4f68b815172da972baa191c5ecf48b9b709 authored by Dmitry Yu. Naumov on 03 June 2021, 16:34:43 UTC
Merge branch 'RewritePolygonTreeInterfaces' into 'master'
Tip revision: 79e6c4f
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