ardupilot/libraries/AP_Math/benchmarks/wscript
2015-12-03 07:54:31 +11:00

11 lines
149 B
Python

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