mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 02:53:07 +08:00
6 lines
118 B
Bash
6 lines
118 B
Bash
opencv_dir=`pwd`/../build
|
|
mkdir build
|
|
cd build
|
|
cmake -DOpenCVDIR=$opencv_dir -DCMAKE_TOOLCHAIN_FILE=$ANDTOOLCHAIN ..
|
|
|