https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d72854f8c3234812334a80549a72425b292d2768 authored by Karsten Rink on 26 March 2021, 16:14:11 UTC
Merge branch 'AddPropertyHandlingToReviseMesh' into 'master'
Tip revision: d72854f
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