Revision 5ff4364e1841dc99b36b0f6e4ed06321f6c4fe76 authored by Thomas Fischer on 21 June 2021, 06:42:30 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent 2b7fbea
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