swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 35ea153a962408d9ba530abb9d1ad2d635cd2a4a authored by Lars Bilke on 07 October 2021, 09:58:43 UTC
Merge branch 'update-xdmf' into 'master'
Tip revision: 35ea153
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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