mirror of https://github.com/opencv/opencv.git
Merge pull request #727 from asmorkalov:android_na_cmake
commit
d619625576
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
||||
set(sample example-native-activity) |
||||
|
||||
if(BUILD_FAT_JAVA_LIB) |
||||
set(native_deps opencv_java) |
||||
else() |
||||
set(native_deps opencv_highgui opencv_imgproc) |
||||
endif() |
||||
|
||||
add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenCV_BINARY_DIR} SDK_TARGET 9 ${ANDROID_SDK_TARGET} NATIVE_DEPS ${native_deps}) |
||||
if(TARGET ${sample}) |
||||
add_dependencies(opencv_android_examples ${sample}) |
||||
endif() |
Loading…
Reference in new issue