swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: d7517b58f1e2958f232c322463e4f69b8b11f747 authored by Lars Bilke on 05 April 2021, 19:15:29 UTC
[web] Fixed and updated links in IDE page.
Tip revision: d7517b5
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