1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Issue 1119 Build for x86. Build script added. Tests are ok.

This commit is contained in:
Alexander Smorkalov
2012-04-02 09:44:36 +00:00
parent 3e23bb6df6
commit abbfa848ba
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
cd `dirname $0`/..
mkdir -p build_x86
cd build_x86
cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../..