swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 216c26d295e2f42dbaeaaa892a1c043b7310881e authored by Lars Bilke on 21 June 2021, 11:58:26 UTC
Merge branch 'tailwind-update' into 'master'
Tip revision: 216c26d
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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