swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 7a783ed2a4cc9c542dbb4be1d120b849156d885a authored by Thomas Fischer on 02 September 2021, 04:50:40 UTC
[MeL/Elements] Clang format class Element.
Tip revision: 7a783ed
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