Revision e3e7c0be283d17759397eec1be539cd78a910ff4 authored by Wenqing Wang on 22 December 2020, 10:37:45 UTC, committed by Wenqing Wang on 12 January 2021, 09:33:06 UTC
1 parent 271e8c9
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