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

8 lines
171 B
CMake

if(NOT BUILD_PYTHON_EXAMPLES)
return()
endif()
install(DIRECTORY .
DESTINATION ${CMAKE_INSTALL_DATADIR}/ortools/examples/notebook
FILES_MATCHING PATTERN "*.ipynb")