Commit 20233502 authored by Daniel Agar's avatar Daniel Agar

cmake updates for current master

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