Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
4383f696
Commit
4383f696
authored
Oct 25, 2018
by
Daniel Agar
Browse files
cmake create AutoPilotPlugins library in src/AutoPilotPlugins
parent
9fa08020
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/CMakeLists.txt
0 → 100644
View file @
4383f696
add_library
(
AutoPilotPlugins
APM/APMAirframeComponent.cc
APM/APMAirframeComponentAirframes.cc
APM/APMAirframeComponentController.cc
APM/APMAirframeLoader.cc
APM/APMAutoPilotPlugin.cc
APM/APMCameraComponent.cc
APM/APMCompassCal.cc
APM/APMFlightModesComponent.cc
APM/APMFlightModesComponentController.cc
APM/APMLightsComponent.cc
APM/APMPowerComponent.cc
APM/APMRadioComponent.cc
APM/APMSafetyComponent.cc
APM/APMSensorsComponent.cc
APM/APMSensorsComponentController.cc
APM/APMSubFrameComponent.cc
APM/APMTuningComponent.cc
APM/APMHeliComponent.cc
Common/ESP8266Component.cc
Common/ESP8266ComponentController.cc
Common/MotorComponent.cc
Common/RadioComponentController.cc
Common/SyslinkComponent.cc
Common/SyslinkComponentController.cc
PX4/AirframeComponent.cc
PX4/AirframeComponentAirframes.cc
PX4/AirframeComponentController.cc
PX4/CameraComponent.cc
PX4/FlightModesComponent.cc
PX4/PowerComponent.cc
PX4/PowerComponentController.cc
PX4/PX4AdvancedFlightModesController.cc
PX4/PX4AirframeLoader.cc
PX4/PX4AutoPilotPlugin.cc
PX4/PX4RadioComponent.cc
PX4/PX4SimpleFlightModesController.cc
PX4/PX4TuningComponent.cc
PX4/SafetyComponent.cc
PX4/SensorsComponent.cc
PX4/SensorsComponentController.cc
AutoPilotPlugin.cc
Generic/GenericAutoPilotPlugin.cc
)
target_link_libraries
(
AutoPilotPlugins
PUBLIC
qgc
)
target_include_directories
(
AutoPilotPlugins
PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
APM
Common
PX4
)
src/CMakeLists.txt
View file @
4383f696
...
...
@@ -7,10 +7,6 @@ include_directories(
QtLocationPlugin/QMLControl
${
Qt5Location_PRIVATE_INCLUDE_DIRS
}
AutoPilotPlugins
AutoPilotPlugins/APM
AutoPilotPlugins/Common
AutoPilotPlugins/PX4
Camera
comm
FactSystem
...
...
@@ -215,52 +211,6 @@ add_library(qgc
${
EXTRA_SRC
}
AutoPilotPlugins/APM/APMAirframeComponent.cc
AutoPilotPlugins/APM/APMAirframeComponentAirframes.cc
AutoPilotPlugins/APM/APMAirframeComponentController.cc
AutoPilotPlugins/APM/APMAirframeLoader.cc
AutoPilotPlugins/APM/APMAutoPilotPlugin.cc
AutoPilotPlugins/APM/APMCameraComponent.cc
AutoPilotPlugins/APM/APMCompassCal.cc
AutoPilotPlugins/APM/APMFlightModesComponent.cc
AutoPilotPlugins/APM/APMFlightModesComponentController.cc
AutoPilotPlugins/APM/APMLightsComponent.cc
AutoPilotPlugins/APM/APMPowerComponent.cc
AutoPilotPlugins/APM/APMRadioComponent.cc
AutoPilotPlugins/APM/APMSafetyComponent.cc
AutoPilotPlugins/APM/APMSensorsComponent.cc
AutoPilotPlugins/APM/APMSensorsComponentController.cc
AutoPilotPlugins/APM/APMSubFrameComponent.cc
AutoPilotPlugins/APM/APMTuningComponent.cc
AutoPilotPlugins/APM/APMHeliComponent.cc
AutoPilotPlugins/Common/ESP8266Component.cc
AutoPilotPlugins/Common/ESP8266ComponentController.cc
AutoPilotPlugins/Common/MotorComponent.cc
AutoPilotPlugins/Common/RadioComponentController.cc
AutoPilotPlugins/Common/SyslinkComponent.cc
AutoPilotPlugins/Common/SyslinkComponentController.cc
AutoPilotPlugins/PX4/AirframeComponent.cc
AutoPilotPlugins/PX4/AirframeComponentAirframes.cc
AutoPilotPlugins/PX4/AirframeComponentController.cc
AutoPilotPlugins/PX4/CameraComponent.cc
AutoPilotPlugins/PX4/FlightModesComponent.cc
AutoPilotPlugins/PX4/PowerComponent.cc
AutoPilotPlugins/PX4/PowerComponentController.cc
AutoPilotPlugins/PX4/PX4AdvancedFlightModesController.cc
AutoPilotPlugins/PX4/PX4AirframeLoader.cc
AutoPilotPlugins/PX4/PX4AutoPilotPlugin.cc
AutoPilotPlugins/PX4/PX4RadioComponent.cc
AutoPilotPlugins/PX4/PX4SimpleFlightModesController.cc
AutoPilotPlugins/PX4/PX4TuningComponent.cc
AutoPilotPlugins/PX4/SafetyComponent.cc
AutoPilotPlugins/PX4/SensorsComponent.cc
AutoPilotPlugins/PX4/SensorsComponentController.cc
AutoPilotPlugins/AutoPilotPlugin.cc
AutoPilotPlugins/Generic/GenericAutoPilotPlugin.cc
Camera/QGCCameraControl.cc
Camera/QGCCameraIO.cc
Camera/QGCCameraManager.cc
...
...
@@ -483,6 +433,7 @@ add_subdirectory(AnalyzeView)
add_subdirectory
(
Airmap
)
add_subdirectory
(
api
)
add_subdirectory
(
Audio
)
add_subdirectory
(
AutoPilotPlugins
)
add_subdirectory
(
GPS
)
target_link_libraries
(
qgc
...
...
@@ -508,6 +459,7 @@ target_link_libraries(qgc
AnalyzeView
api
Audio
AutoPilotPlugins
gps
qwt
# LinechartWidget
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment