1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Build fixes. Build scrips reorganized.

This commit is contained in:
Alexander Smorkalov
2013-05-22 18:09:24 +04:00
parent 20fef00a77
commit f85cf5bdd9
31 changed files with 1687 additions and 301 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
cd `dirname $0`/..
mkdir -p build_android_mips
cd build_android_mips
cmake -DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..