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