Browse Source

cmake Settings and AutoPilotPlugins updates

QGC4.4
Daniel Agar 6 years ago
parent
commit
862c656562
  1. 3
      src/AutoPilotPlugins/CMakeLists.txt
  2. 3
      src/Settings/CMakeLists.txt

3
src/AutoPilotPlugins/CMakeLists.txt

@ -9,7 +9,9 @@ add_library(AutoPilotPlugins @@ -9,7 +9,9 @@ add_library(AutoPilotPlugins
APM/APMCompassCal.cc
APM/APMFlightModesComponent.cc
APM/APMFlightModesComponentController.cc
APM/APMHeliComponent.cc
APM/APMLightsComponent.cc
APM/APMMotorComponent.cc
APM/APMPowerComponent.cc
APM/APMRadioComponent.cc
APM/APMSafetyComponent.cc
@ -17,7 +19,6 @@ add_library(AutoPilotPlugins @@ -17,7 +19,6 @@ add_library(AutoPilotPlugins
APM/APMSensorsComponentController.cc
APM/APMSubFrameComponent.cc
APM/APMTuningComponent.cc
APM/APMHeliComponent.cc
Common/ESP8266Component.cc
Common/ESP8266ComponentController.cc

3
src/Settings/CMakeLists.txt

@ -4,7 +4,8 @@ add_library(Settings @@ -4,7 +4,8 @@ add_library(Settings
AutoConnectSettings.cc
BrandImageSettings.cc
FlightMapSettings.cc
GuidedSettings.cc
FlyViewSettings.cc
PlanViewSettings.cc
RTKSettings.cc
SettingsGroup.cc
SettingsManager.cc

Loading…
Cancel
Save