mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: fix compilation for Linux/SITL
Add libraries that those boards depend on. This should be handled in the future elsewhere (and once for each board), but for now let's make it compile again.
This commit is contained in:
parent
4731f87683
commit
6566deff66
|
@ -24,3 +24,5 @@ LIBRARIES += DataFlash
|
|||
LIBRARIES += Filter
|
||||
LIBRARIES += GCS_MAVLink
|
||||
LIBRARIES += StorageManager
|
||||
LIBRARIES += AP_SerialManager
|
||||
LIBRARIES += AP_OpticalFlow
|
||||
|
|
Loading…
Reference in New Issue