mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 04:36:36 +08:00
8 lines
164 B
Bash
8 lines
164 B
Bash
|
#!/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 $@ ../..
|