https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0dafb9130a112a1b3b271eb869209ba5fcad20b6 authored by Lars Bilke on 09 April 2021, 09:46:35 UTC
Merge branch 'fix-linking-gui-tools' into 'master'
Tip revision: 0dafb91
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