mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Merge pull request #727 from asmorkalov:android_na_cmake
This commit is contained in:
commit
d619625576
12
samples/android/native-activity/CMakeLists.txt
Normal file
12
samples/android/native-activity/CMakeLists.txt
Normal file
@ -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
Block a user