Revision 8380df4003e3207b30dad861ef95948b9aa9cc32 authored by Lars Bilke on 01 October 2021, 08:01:36 UTC, committed by Lars Bilke on 01 October 2021, 11:11:18 UTC
1 parent 9e1d4ea
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