mirror of https://github.com/opencv/opencv.git
parent
61991a3330
commit
34f0da6010
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
if(INSTALL_PYTHON_EXAMPLES) |
||||
file(GLOB install_list *.py ) |
||||
install(FILES ${install_list} |
||||
DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}/python2 |
||||
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples) |
||||
endif() |
Loading…
Reference in new issue