remove example file from lib

This commit is contained in:
Laurent Perron
2023-07-01 06:55:22 +02:00
parent 4ebb72c5a4
commit 9df6ab2fa3

View File

@@ -22,6 +22,7 @@ list(REMOVE_ITEM _SRCS
${CMAKE_CURRENT_SOURCE_DIR}/linear_assignment_test.cc
${CMAKE_CURRENT_SOURCE_DIR}/shortest_paths_benchmarks.cc
${CMAKE_CURRENT_SOURCE_DIR}/shortest_paths_test.cc
${CMAKE_CURRENT_SOURCE_DIR}/solve_flow_model.cc
)
set(NAME ${PROJECT_NAME}_graph)