ardupilot/libraries/AP_Math/examples/location/wscript

11 lines
141 B
Python

#!/usr/bin/env python
# encoding: utf-8
import ardupilotwaf
def build(bld):
ardupilotwaf.program(
bld,
use='ap',
)