mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
350 B
11 lines
350 B
cd %~dp0\.. |
|
|
|
::rmdir /S /Q build |
|
mkdir build 2>null |
|
|
|
SET ANDROID_NDK=C:\apps\android-ndk-r5b |
|
SET CMAKE_EXE=C:\apps\cmake\bin\cmake.exe |
|
SET MAKE_EXE=C:\apps\gnuport\make.exe |
|
|
|
cd build |
|
%CMAKE_EXE% -G"Unix Makefiles" -DARM_TARGET="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=..\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=%MAKE_EXE% ..\..
|
|
|