https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 15d742cbde600b39435bdc167da41c6a53320a11 authored by Lars Bilke on 29 March 2021, 09:15:57 UTC
Merge branch 'license' into 'master'
Tip revision: 15d742c
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