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
mkdir build
cd build
cmake -DOpenCVDIR=$opencv_dir -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..