Files
ortools-clone/examples/data/CMakeLists.txt
2020-09-13 00:04:50 +02:00

7 lines
132 B
CMake

if(NOT BUILD_PYTHON_EXAMPLES)
return()
endif()
install(DIRECTORY .
DESTINATION ${CMAKE_INSTALL_DATADIR}/ortools/examples/data)