mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
plugins: add hitlv2 in build tree
This commit is contained in:
parent
c68af6de78
commit
3a5b0c2329
@ -149,6 +149,13 @@ plugin_hitlnew.depends += plugin_uavobjects
|
||||
plugin_hitlnew.depends += plugin_uavtalk
|
||||
SUBDIRS += plugin_hitlnew
|
||||
|
||||
#HITLNEW Simulation gadget v2
|
||||
plugin_hitl_v2.subdir = hitlv2
|
||||
plugin_hitl_v2.depends = plugin_coreplugin
|
||||
plugin_hitl_v2.depends += plugin_uavobjects
|
||||
plugin_hitl_v2.depends += plugin_uavtalk
|
||||
SUBDIRS += plugin_hitl_v2
|
||||
|
||||
# Export and Import GCS Configuration
|
||||
plugin_importexport.subdir = importexport
|
||||
plugin_importexport.depends = plugin_coreplugin
|
||||
|
Loading…
Reference in New Issue
Block a user