mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
238 B
7 lines
238 B
10 years ago
|
if(INSTALL_PYTHON_EXAMPLES)
|
||
|
file(GLOB install_list *.py )
|
||
|
install(FILES ${install_list}
|
||
9 years ago
|
DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}/python
|
||
10 years ago
|
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples)
|
||
|
endif()
|