Revision cd5208132f7aafe6ac5a2c4d7f8fa549ad601463 authored by Lars Bilke on 20 July 2021, 06:55:43 UTC, committed by Lars Bilke on 20 July 2021, 07:05:48 UTC
1 parent f8ff3a5
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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