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

View File

@@ -0,0 +1,5 @@
opencv_dir=`pwd`/../build_neon
mkdir build_neon
cd build_neon
cmake -DOpenCV_DIR=$opencv_dir -DARM_TARGETS="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..