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

A few scripts to each making the sample.

This commit is contained in:
Ethan Rublee
2011-04-06 18:11:54 +00:00
parent 68534d70f3
commit e17c30d3c2
5 changed files with 22 additions and 2 deletions
@@ -0,0 +1,4 @@
mkdir build_neon
cd build_neon
cmake -DOpenCV_DIR=../../../build_neon -DAndroidOpenCV_DIR=../../../android-opencv/build_neon -DARM_TARGETS="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..