Commit 20233502 authored by Daniel Agar's avatar Daniel Agar

cmake updates for current master

parent 28a968f1
...@@ -163,8 +163,6 @@ add_subdirectory(libs) ...@@ -163,8 +163,6 @@ add_subdirectory(libs)
add_subdirectory(src) add_subdirectory(src)
set(QGC_RESOURCES set(QGC_RESOURCES
#HackAndroidFileDialog.qrc
HackFileDialog.qrc
qgcresources.qrc qgcresources.qrc
qgroundcontrol.qrc qgroundcontrol.qrc
qgcimages.qrc qgcimages.qrc
......
...@@ -3,15 +3,14 @@ add_custom_target(FligthMapWidgetsQml ...@@ -3,15 +3,14 @@ add_custom_target(FligthMapWidgetsQml
CenterMapDropButton.qml CenterMapDropButton.qml
CenterMapDropPanel.qml CenterMapDropPanel.qml
CompassRing.qml CompassRing.qml
InstrumentSwipeView.qml
MapFitFunctions.qml MapFitFunctions.qml
PhotoVideoControl.qml PhotoVideoControl.qml
QGCArtificialHorizon.qml QGCArtificialHorizon.qml
QGCAttitudeHUD.qml QGCAttitudeHUD.qml
QGCAttitudeWidget.qml QGCAttitudeWidget.qml
QGCCompassWidget.qml QGCCompassWidget.qml
QGCInstrumentWidget.qml
QGCInstrumentWidgetAlternate.qml QGCInstrumentWidgetAlternate.qml
QGCInstrumentWidget.qml
QGCMapToolButton.qml QGCMapToolButton.qml
QGCPitchIndicator.qml QGCPitchIndicator.qml
QGCWaypointEditor.qml QGCWaypointEditor.qml
......
...@@ -44,10 +44,30 @@ add_library(Vehicle ...@@ -44,10 +44,30 @@ add_library(Vehicle
TerrainProtocolHandler.h TerrainProtocolHandler.h
TrajectoryPoints.cc TrajectoryPoints.cc
TrajectoryPoints.h TrajectoryPoints.h
VehicleBatteryFactGroup.cc
VehicleBatteryFactGroup.h
Vehicle.cc Vehicle.cc
VehicleClockFactGroup.cc
VehicleClockFactGroup.h
VehicleDistanceSensorFactGroup.cc
VehicleDistanceSensorFactGroup.h
VehicleEscStatusFactGroup.cc
VehicleEscStatusFactGroup.h
VehicleEstimatorStatusFactGroup.cc
VehicleEstimatorStatusFactGroup.h
VehicleGPSFactGroup.cc
VehicleGPSFactGroup.h
Vehicle.h Vehicle.h
VehicleObjectAvoidance.cc VehicleObjectAvoidance.cc
VehicleObjectAvoidance.h VehicleObjectAvoidance.h
VehicleSetpointFactGroup.cc
VehicleSetpointFactGroup.h
VehicleTemperatureFactGroup.cc
VehicleTemperatureFactGroup.h
VehicleVibrationFactGroup.cc
VehicleVibrationFactGroup.h
VehicleWindFactGroup.cc
VehicleWindFactGroup.h
${EXTRA_SRC} ${EXTRA_SRC}
) )
......
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