Revision c555e848e7be6e0b9f1f84f37a463246c1cf7378 authored by Thomas Fischer on 06 October 2021, 08:28:54 UTC, committed by Thomas Fischer on 06 October 2021, 08:52:56 UTC
1 parent a225d03
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