https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cd57df9e5555c8def02580e076a9847563bbe8c2 authored by Lars Bilke on 24 February 2021, 19:53:48 UTC
Merge branch 'ci-manual-large' into 'master'
Tip revision: cd57df9
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