mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
HelloAndroid sample is moved to samples/android
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@ECHO OFF
|
||||
SETLOCAL
|
||||
PUSHD %~dp0
|
||||
SET PROJECT_NAME=hello-android
|
||||
SET BUILD_DIR=build_armeabi
|
||||
SET ARM_TARGET=armeabi
|
||||
CALL ..\..\..\android\scripts\build.cmd %*
|
||||
POPD
|
||||
ENDLOCAL
|
||||
Reference in New Issue
Block a user