Android cmake toolchain file is included into OpenCV
This commit is contained in:
8
android/scripts/cmake_android_neon.sh
Normal file
8
android/scripts/cmake_android_neon.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd `dirname $0`/..
|
||||
|
||||
mkdir -p build_neon
|
||||
cd build_neon
|
||||
|
||||
cmake -C ../CMakeCache.android.initial.cmake -DARM_TARGET="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake ../..
|
||||
|
||||
Reference in New Issue
Block a user