OpenCV_4.2.0/opencv-4.2.0/samples/python/CMakeLists.txt

7 lines
238 B
CMake
Raw Normal View History

2024-07-25 16:47:56 +08:00
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()