cameracv/libs/opencv/platforms/android/service/CMakeLists.txt

11 lines
249 B
CMake
Raw Normal View History

2023-05-18 21:39:43 +03:00
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)