Revision e2aa0a534ac83faecef630ae491e597880ec3748 authored by Lars Bilke on 27 August 2021, 13:07:01 UTC, committed by Lars Bilke on 24 September 2021, 07:38:25 UTC
1 parent d446988
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