mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 10:40:47 +08:00
7 lines
263 B
CMake
7 lines
263 B
CMake
set(sample example-camera-calibration)
|
|
|
|
add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS "${OPENCV_ANDROID_LIB_DIR}" SDK_TARGET 11 "${ANDROID_SDK_TARGET}")
|
|
if(TARGET ${sample})
|
|
add_dependencies(opencv_android_examples ${sample})
|
|
endif()
|