https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35b254f79748abf481bf360acc60d6a3bd805b60 authored by Lars Bilke on 29 June 2021, 11:46:56 UTC
[cmake] Restore 3.16 compatibility.
Tip revision: 35b254f
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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