swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: ffe919067a85d2690b0b55d1bb6a71977c1fe5df authored by Lars Bilke on 17 June 2021, 13:02:33 UTC
[ci] Generate coverage vis.
Tip revision: ffe9190
CMakeLists.txt
get_source_files(SOURCES)

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

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