mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
69bc498772
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.
6 lines
155 B
Bash
Executable File
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
|