https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 84ded19d585e35667e450466d5e4901de38cd692 authored by Lars Bilke on 01 May 2021, 11:48:00 UTC
Merge branch 'fix-clcache' into 'master'
Tip revision: 84ded19
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