Revision 3288227bd91f4644654ee1e95354941777fc9839 authored by Thomas Fischer on 04 November 2021, 07:24:10 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 00:14:15 UTC
1 parent f1fb956
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