mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
2b35c1708b
- drop hello-android sample
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)
|