waf: build the AP_Follow library

This commit is contained in:
Peter Barker 2023-08-24 19:33:25 +10:00 committed by Randy Mackay
parent 3bf5073428
commit 65e09c73be

View File

@ -128,6 +128,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_Arming',
'AP_RCMapper',
'AP_MultiHeap',
'AP_Follow',
]
def get_legacy_defines(sketch_name, bld):