Reworked build scripts for Android Java API, tests and examples
This commit is contained in:
7
samples/android/tutorial-1-addopencv/CMakeLists.txt
Normal file
7
samples/android/tutorial-1-addopencv/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set(sample example-tutorial-1-addopencv)
|
||||
|
||||
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()
|
||||
|
Reference in New Issue
Block a user