Skip to content

Commit

Permalink
cmake updates for current master
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Sep 4, 2020
1 parent 28a968f commit 2023350
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ add_subdirectory(libs)
add_subdirectory(src)

set(QGC_RESOURCES
#HackAndroidFileDialog.qrc
HackFileDialog.qrc
qgcresources.qrc
qgroundcontrol.qrc
qgcimages.qrc
Expand Down
3 changes: 1 addition & 2 deletions src/FlightMap/Widgets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions src/Vehicle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)
Expand Down

0 comments on commit 2023350

Please sign in to comment.