ardupilot/libraries/AP_Math/benchmarks/wscript

8 lines
106 B
Plaintext
Raw Normal View History

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