mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
7 lines
255 B
CMake
7 lines
255 B
CMake
set(sample example-image-manipulations)
|
|
|
|
add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenCV_BINARY_DIR} SDK_TARGET 11 ${ANDROID_SDK_TARGET})
|
|
if(TARGET ${sample})
|
|
add_dependencies(opencv_android_examples ${sample})
|
|
endif()
|