https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4138ca0b06bdd66ad1d2324991c091c55ca16c08 authored by Steffen Beese on 21 July 2021, 08:55:47 UTC
[RM/DSM] change of parameters in ctest file to see the features
Tip revision: 4138ca0
CMakeLists.txt
get_source_files(SOURCES)

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

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