swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: e5341ef27c5bd3aadf9ca54ca41a5263dee475d1 authored by Lars Bilke on 19 April 2021, 21:17:23 UTC
Merge branch 'qt-5.15' into 'master'
Tip revision: e5341ef
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