https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8e5d8f1e778a75e87e3a5df51c2635b6d0524b81 authored by Tom Fischer on 30 July 2021, 06:27:39 UTC
Fix typo. [ci skip]
Tip revision: 8e5d8f1
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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