swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 1bf717a45a1d9c29076c58c0440cfbfefbabe744 authored by Lars Bilke on 21 September 2021, 18:07:24 UTC
Merge branch 'fix-container' into 'master'
Tip revision: 1bf717a
CMakeLists.txt
get_source_files(SOURCES)

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

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