swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: d92ae5b460bce8c4b9af622078e9391d94aed8eb authored by Lars Bilke on 12 October 2021, 06:43:10 UTC
[web] Procedure update.
Tip revision: d92ae5b
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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