https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2264f07a675fb1e04226436f7b4483fa407f4b authored by Lars Bilke on 12 March 2021, 15:43:01 UTC
Merge branch 'cmake-lint' into 'master'
Tip revision: 2d2264f
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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