ardupilot/cmake/updated-arduino-cmake.sh

6 lines
155 B
Bash
Raw Normal View History

2011-09-30 18:21:07 -03:00
#!/bin/bash
git clone git@github.com:jgoppert/arduino-cmake.git tmp
cp -rf tmp/cmake/modules/* modules
cp -rf tmp/cmake/toolchains/* toolchains
2011-09-30 18:21:07 -03:00
rm -rf tmp