Fix CMake compilation
- tsp.cc and vrp.cc have move to ortools/cp/samples
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user