Fix CMake compilation

- tsp.cc and vrp.cc have move to ortools/cp/samples
This commit is contained in:
Corentin Le Molgat
2018-12-28 15:25:02 +01:00
parent d64ee556fe
commit ea8d8195da

View File

@@ -44,8 +44,6 @@ foreach(EXECUTABLE
solve
sports_scheduling_sat
strawberry_fields_with_column_generation
tsp
vrp
weighted_tardiness_sat)
add_executable(${EXECUTABLE} ${EXECUTABLE}.cc)
target_include_directories(${EXECUTABLE} PUBLIC ${PARENT_SOURCE_DIR})