mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
48484a78cb
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
|