mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
1555922228
ReadMe.txt for OpenCV Manager added; share folder excluded from SDK.
7 lines
157 B
CMake
7 lines
157 B
CMake
if(BUILD_ANDROID_SERVICE)
|
|
add_subdirectory(engine)
|
|
#add_subdirectory(engine_test)
|
|
endif()
|
|
|
|
install(FILES "readme.txt" DESTINATION "apk/" COMPONENT main)
|