swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 9751392d9905dcb4308ea489195db9a5887630b9 authored by Tobias Meisel on 28 June 2021, 12:42:28 UTC
Disable temporary xdmf
Tip revision: 9751392
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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