mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Final version of scripts for Android cross-compilation on Windows.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@ECHO OFF
|
||||
SETLOCAL
|
||||
PUSHD %~dp0
|
||||
SET PROJECT_NAME=OpenCV_SAMPLE
|
||||
CALL ..\..\scripts\build.cmd %*
|
||||
POPD
|
||||
ENDLOCAL
|
||||
Reference in New Issue
Block a user