https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d29fc024eb21349a30c0ed68027060f5f174f4e2 authored by Lars Bilke on 02 March 2021, 13:53:36 UTC
Merge branch 'ci-fix-artifacts' into 'master'
Tip revision: d29fc02
CMakeLists.txt
# Source files
get_source_files(SOURCES)

# Create the library
ogs_add_library(MeshGeoToolsLib ${SOURCES})

target_link_libraries(MeshGeoToolsLib
                      PUBLIC GeoLib MathLib
                      PRIVATE BaseLib MeshLib spdlog::spdlog)
back to top