mirror of https://github.com/opencv/opencv.git
parent
a5ee07d340
commit
84856fa2c1
2 changed files with 14 additions and 5 deletions
@ -0,0 +1,6 @@ |
||||
set(sample example-15-puzzle) |
||||
|
||||
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() |
Loading…
Reference in new issue