Commit 2616fd1c authored by Daniel Agar's avatar Daniel Agar

cmake updates

parent 1e000bfd
...@@ -58,6 +58,8 @@ add_library(Vehicle ...@@ -58,6 +58,8 @@ add_library(Vehicle
VehicleGPSFactGroup.cc VehicleGPSFactGroup.cc
VehicleGPSFactGroup.h VehicleGPSFactGroup.h
Vehicle.h Vehicle.h
VehicleLinkManager.cc
VehicleLinkManager.h
VehicleObjectAvoidance.cc VehicleObjectAvoidance.cc
VehicleObjectAvoidance.h VehicleObjectAvoidance.h
VehicleSetpointFactGroup.cc VehicleSetpointFactGroup.cc
......
...@@ -2,12 +2,10 @@ add_subdirectory(preferences) ...@@ -2,12 +2,10 @@ add_subdirectory(preferences)
add_subdirectory(toolbar) add_subdirectory(toolbar)
add_library(ui add_library(ui
QGCMapRCToParamDialog.h
QGCPluginHost.cc QGCPluginHost.cc
QGCPluginHost.h QGCPluginHost.h
# UI # UI
QGCMapRCToParamDialog.ui
QGCPluginHost.ui QGCPluginHost.ui
QMap3D.ui QMap3D.ui
) )
...@@ -31,3 +29,4 @@ target_include_directories(ui ...@@ -31,3 +29,4 @@ target_include_directories(ui
PRIVATE PRIVATE
linechart linechart
) )
add_custom_target(UiPreferencesQml add_custom_target(UiPreferencesQml
SOURCES SOURCES
SerialSettings.qml BluetoothSettings.qml
HelpSettings.qml DebugWindow.qml
TcpSettings.qml GeneralSettings.qml
MavlinkSettings.qml HelpSettings.qml
DebugWindow.qml LinkSettings.qml
UdpSettings.qml LogReplaySettings.qml
LinkSettings.qml MavlinkSettings.qml
MockLink.qml MockLink.qml
GeneralSettings.qml MockLinkSettings.qml
BluetoothSettings.qml SerialSettings.qml
LogReplaySettings.qml TcpSettings.qml
MockLinkSettings.qml UdpSettings.qml
) )
\ No newline at end of file
add_custom_target(UiToolbarQml add_custom_target(UiToolbarQml
SOURCES SOURCES
ArmedIndicator.qml ArmedIndicator.qml
BatteryIndicator.qml BatteryIndicator.qml
GPSIndicator.qml GPSIndicator.qml
GPSRTKIndicator.qml GPSRTKIndicator.qml
JoystickIndicator.qml JoystickIndicator.qml
LinkIndicator.qml LinkIndicator.qml
MainToolBar.qml MainStatusIndicator.qml
MainToolBarIndicators.qml MainToolBarIndicators.qml
MessageIndicator.qml MainToolBar.qml
ModeIndicator.qml MessageIndicator.qml
MultiVehicleSelector.qml ModeIndicator.qml
RCRSSIIndicator.qml MultiVehicleSelector.qml
SignalStrength.qml RCRSSIIndicator.qml
TelemetryRSSIIndicator.qml ROIIndicator.qml
VTOLModeIndicator.qml SignalStrength.qml
) TelemetryRSSIIndicator.qml
\ No newline at end of file VTOLModeIndicator.qml
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment