mirror of
https://github.com/opencv/opencv.git
synced 2025-01-13 16:44:05 +08:00
3ebdcafdd3
(cherry picked from commit b75cbfde45
)
Conflicts:
cmake/OpenCVModule.cmake
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 libs)
|