mirror of
https://github.com/opencv/opencv.git
synced 2025-06-15 06:00:49 +08:00
6 lines
172 B
Bash
6 lines
172 B
Bash
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 ..
|
|
|