Files
ortools-clone/examples/notebook/CMakeLists.txt
Corentin Le Molgat 47fefdc3bb Remove tab from CMakeLists.txt
- Mandatory to follow google internal convention
2018-11-13 10:12:02 +01:00

8 lines
163 B
CMake

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