mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-06 18:24:38 +08:00
7 lines
238 B
CMake
7 lines
238 B
CMake
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()
|