CMakeLists.txt 239 Bytes
Newer Older
wester committed
1 2 3
if(INSTALL_PYTHON_EXAMPLES)
  file(GLOB install_list *.py )
  install(FILES ${install_list}
wester committed
4
          DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}/python2
wester committed
5 6
          PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples)
endif()