mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0`/..
|
|
|
|
mkdir -p build_linux_arm_hardfp
|
|
cd build_linux_arm_hardfp
|
|
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.cmake $@ ../..
|