Tests: - Add cc test - Add python test Examples: - Add examples/cpp - Add examples/data - Add examples/notebook - Add examples/python Signed-off-by: Corentin Le Molgat <corentinl@google.com>
7 lines
123 B
CMake
7 lines
123 B
CMake
if (NOT BUILD_PYTHON)
|
|
return()
|
|
endif()
|
|
|
|
install(DIRECTORY .
|
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/ortools/examples/data)
|