Revision 4bd49f06fe3fd11e9ebe3d53da744dd5f3e174c5 authored by Lars Bilke on 17 May 2021, 09:08:08 UTC, committed by Lars Bilke on 18 May 2021, 10:46:51 UTC
1 parent a168353
Raw File
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