This website requires JavaScript.
Explore
Help
Sign In
aepko
/
Ardupilot2
Watch
1
Star
0
Fork
0
You've already forked Ardupilot2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3d22490397
Ardupilot2
/
libraries
/
AP_HAL_PX4
/
examples
/
simple
/
wscript
8 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
waf: add waf support
2015-10-09 11:03:59 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
waf: examples: use methods from bld instead of ardupilotwaf
2016-01-21 18:15:18 -04:00
bld.example(
waf: add waf support
2015-10-09 11:03:59 -03:00
use='ap',
)
Reference in New Issue
Copy Permalink