swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 541b35fe28f86014b1afd55cc74ce413a0bf443b authored by wenqing on 09 September 2021, 10:28:49 UTC
Merge branch 'fixing' into 'master'
Tip revision: 541b35f
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