1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Updated Android cross-compilation on Windows.

This commit is contained in:
Andrey Kamaev
2011-05-09 23:22:46 +00:00
parent f8e4b10248
commit 4c7a8f8d24
7 changed files with 136 additions and 41 deletions
+5
View File
@@ -0,0 +1,5 @@
@ECHO OFF
PUSHD %~dp0
SET PROJECT_NAME=android-opencv
CALL ..\scripts\cmake_android.cmd
POPD