Home | History | Annotate | Download | only in tutorial-3-cameracontrol
      1 set(sample example-tutorial-3-cameracontrol)
      2 
      3 add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenCV_BINARY_DIR} SDK_TARGET 11 ${ANDROID_SDK_TARGET})
      4 if(TARGET ${sample})
      5   add_dependencies(opencv_android_examples ${sample})
      6 endif()
      7