mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/plugins.pro: Add empty, map and scope gadgets.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@341 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
f49dafca50
commit
2f4c8cb39b
@ -34,4 +34,19 @@ plugin_uavtalk.subdir = uavtalk
|
||||
plugin_uavtalk.depends = plugin_uavobjects
|
||||
plugin_uavtalk.depends += plugin_coreplugin
|
||||
|
||||
# Empty UAVGadget
|
||||
plugin_emptygadget.subdir = emptygadget
|
||||
plugin_emptygadget.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_emptygadget
|
||||
|
||||
# Map UAVGadget
|
||||
plugin_map.subdir = map
|
||||
plugin_map.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_map
|
||||
|
||||
# Scope UAVGadget
|
||||
plugin_scope.subdir = scope
|
||||
plugin_scope.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_scope
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user