Added Android tests coverage calculation into build

This commit is contained in:
Andrey Kamaev
2011-07-26 08:17:52 +00:00
parent d58a5b269d
commit a4af33758d
2 changed files with 7 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ macro(add_android_project _target _path)
COMMAND ${CMAKE_COMMAND} -E copy "${build_path}/bin/${_target}-debug.apk" "${CMAKE_BINARY_DIR}/bin/${_target}.apk"
WORKING_DIRECTORY ${build_path}
DEPENDS ${${_target}_project_files}
DEPENDS "${LIBRARY_OUTPUT_PATH}/libopencv_java.so"
COMMENT "Generating bin/${_target}.apk"
)