ardupilot/cmake/updated-arduino-cmake.sh
James Goppert 69bc498772 Added cpack packaging, ArduRover/ArduBoat/apo, building with cmake
ArduPlane/ ArduCopter should be easy to convert. The only thing
left for cmake is sketch processing, upstream dev is workign on this
at github, see arduino-cmake project.
2011-09-30 20:24:02 -04:00

6 lines
155 B
Bash
Executable File

#!/bin/bash
git clone git@github.com:jgoppert/arduino-cmake.git tmp
cp -rf tmp/cmake/modules/* modules
cp -rf tmp/cmake/toolchains/* toolchains
rm -rf tmp