Revision afd59f13d6687d3a5c9df98c2bee51ed505bf1d9 authored by Dmitri Naumov on 06 September 2021, 15:41:36 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:57 UTC
1 parent 8bf2cc1
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