swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: f00808577c783b6826a7ecc0609b16d8fe384682 authored by Lars Bilke on 30 September 2021, 07:03:26 UTC
Merge branch 'fix-log-artifact' into 'master'
Tip revision: f008085
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(ThermoRichardsMechanics ${SOURCES})
target_link_libraries(
    ThermoRichardsMechanics PUBLIC ProcessLib PRIVATE ParameterLib
)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top