Revision 87ea295875bb860754988e92d3ae7e55aa58987b authored by Wenqing Wang on 05 March 2021, 17:07:57 UTC, committed by Wenqing Wang on 11 March 2021, 09:41:45 UTC
1 parent e85f228
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