https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c316870f8e2933ccc459dc66f13c2912680b08f3 authored by Lars Bilke on 07 April 2021, 06:33:50 UTC
drop
Tip revision: c316870
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