mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 13:13:26 +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 ..
|
|
|