mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
6 lines
124 B
CMake
6 lines
124 B
CMake
if(BUILD_ANDROID_SERVICE)
|
|
add_subdirectory(engine)
|
|
endif()
|
|
|
|
install(FILES "readme.txt" DESTINATION "apk/" COMPONENT libs)
|