mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
11 lines
249 B
CMake
11 lines
249 B
CMake
if(NOT ANDROID_PROJECTS_BUILD_TYPE STREQUAL "ANT")
|
|
message(STATUS "Android OpenCV Manager is ignored")
|
|
return()
|
|
endif()
|
|
|
|
if(BUILD_ANDROID_SERVICE)
|
|
add_subdirectory(engine)
|
|
endif()
|
|
|
|
install(FILES "readme.txt" DESTINATION "apk/" COMPONENT libs)
|