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(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib
)
back to top