swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: afd86606d36ba68db00a76de0ec786f5cb4059e2 authored by Lars Bilke on 06 July 2021, 06:40:43 UTC
[ci] Restore ctest-large functionality.
Tip revision: afd8660
CMakeLists.txt
get_source_files(SOURCES)

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

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