waf: add AC_AttitudeControl library for PE target format

This commit is contained in:
Francisco Ferreira 2018-12-14 12:28:47 +00:00 committed by Andrew Tridgell
parent 7e12f16be6
commit ba2f954a20
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ def ap_common_vehicle_libraries(bld):
if bld.env.DEST_BINFMT == 'pe':
libraries += [
'AC_Fence',
'AC_AttitudeControl',
]
return libraries