Browse Source

Add APMRemoteSupportComponent to CMake Lists

This update modifies the CMakeLists.txt files in both the AutoPilotPlugins directory and within the APM subdirectory, adding APMRemoteSupportComponent to the list of components included in the project's build. This change is necessary to ensure that the new APMremoteSupportComponent is compiled when the project is built.
QGC4.4
Sergii Lisovenko 2 years ago committed by Patrick José Pereira
parent
commit
345621601b
  1. 3
      src/AutoPilotPlugins/APM/CMakeLists.txt
  2. 1
      src/AutoPilotPlugins/CMakeLists.txt

3
src/AutoPilotPlugins/APM/CMakeLists.txt

@ -14,6 +14,7 @@ SOURCES @@ -14,6 +14,7 @@ SOURCES
APMPowerComponent.qml
APMPowerComponentSummary.qml
APMRadioComponentSummary.qml
APMRemoteSupportComponent.qml
APMSafetyComponent.qml
APMSafetyComponentCopter.qml
APMSafetyComponentPlane.qml
@ -32,4 +33,4 @@ SOURCES @@ -32,4 +33,4 @@ SOURCES
APMTuningComponentCopter.qml
APMTuningComponentSub.qml
)
)

1
src/AutoPilotPlugins/CMakeLists.txt

@ -18,6 +18,7 @@ add_library(AutoPilotPlugins @@ -18,6 +18,7 @@ add_library(AutoPilotPlugins
APM/APMMotorComponent.cc
APM/APMPowerComponent.cc
APM/APMRadioComponent.cc
APM/APMRemoteSupportComponent.cc
APM/APMSafetyComponent.cc
APM/APMSensorsComponent.cc
APM/APMSensorsComponentController.cc

Loading…
Cancel
Save