1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

rename samples/{python2 -> python}

This commit is contained in:
Alexander Alekhin
2015-12-17 19:34:22 +03:00
parent 323e24e3ef
commit a8e2922467
56 changed files with 0 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
if(INSTALL_PYTHON_EXAMPLES)
file(GLOB install_list *.py )
install(FILES ${install_list}
DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}/python
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples)
endif()