Revision d4bc283cbbf571087526e8b88630fa8036b7d2f1 authored by Lars Bilke on 24 August 2021, 08:58:58 UTC, committed by Lars Bilke on 24 August 2021, 13:25:25 UTC
1 parent 9524361
Raw File
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
)
back to top