Revision 670c6ae58c68adee256396b5e1383b324150d5d2 authored by Lars Bilke on 09 March 2021, 19:17:41 UTC, committed by Lars Bilke on 09 March 2021, 19:17:41 UTC
1 parent b1fec71
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 spdlog::spdlog)
back to top