https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fafacfd5d6325093672c20a2d1d2e6bfc563aa20 authored by Lars Bilke on 27 July 2021, 18:14:01 UTC
Merge branch 'update-pre-commit' into 'master'
Tip revision: fafacfd
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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