opencv/platforms/android/service/CMakeLists.txt

6 lines
124 B
CMake
Raw Normal View History

if(BUILD_ANDROID_SERVICE)
add_subdirectory(engine)
endif()
install(FILES "readme.txt" DESTINATION "apk/" COMPONENT libs)