File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -17,32 +17,4 @@ endif()
1717
1818if (NOT WIN32 )
1919include ("CMakeBazel.txt" )
20-
21- # Here we add the prize collecting examples relying on the swigged C++ code.
22- # These should really be autogenerated in CMakeBazel.txt above but we don't have
23- # a way to generate SWIG python bindings in Bazel *and* we want to transition to
24- # pybind11.
25-
26- add_python_binary(
27- NAME bzl_py_example_prize_collecting_tsp_py3
28- FILE ${CMAKE_CURRENT_SOURCE_DIR} /prize_collecting_tsp.py
29- )
30-
31- ortools_cxx_bintest(
32- NAME bzl_py_example_prize_collecting_tsp_py_test
33- SCRIPT ${CMAKE_CURRENT_SOURCE_DIR} /prize_collecting_tsp_py_test.bintest
34- ENVIRONMENT BINTEST_prize_collecting_tsp_py3=$<TARGET_FILE:bzl_py_example_prize_collecting_tsp_py3>
35- )
36-
37- add_python_binary(
38- NAME bzl_py_example_prize_collecting_vrp_py3
39- FILE ${CMAKE_CURRENT_SOURCE_DIR} /prize_collecting_vrp.py
40- )
41-
42- ortools_cxx_bintest(
43- NAME bzl_py_example_prize_collecting_vrp_py_test
44- SCRIPT ${CMAKE_CURRENT_SOURCE_DIR} /prize_collecting_vrp_py_test.bintest
45- ENVIRONMENT BINTEST_prize_collecting_vrp_py3=$<TARGET_FILE:bzl_py_example_prize_collecting_vrp_py3>
46- )
47-
4820endif ()
You can’t perform that action at this time.
0 commit comments