swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: ec229f2276d0101ffa525f8e1bf577a4f6b58f41 authored by Christoph Lehmann on 09 December 2021, 14:01:23 UTC
Merge branch 'refactor-process-output' into 'master'
Tip revision: ec229f2
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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