Commit 760e654c authored by Tomaz Canabrava's avatar Tomaz Canabrava Committed by Daniel Agar

CMake: add Qml targets to VehicleSetup

parent b793cc12
......@@ -8,6 +8,20 @@ add_library(VehicleSetup
VehicleComponent.cc
)
add_custom_target(VehicleSetupQml
SOURCES
JoystickConfigCalibration.qml
JoystickConfigGeneral.qml
SetupParameterEditor.qml
VehicleSummary.qml
JoystickConfigButtons.qml
PX4FlowSensor.qml
FirmwareUpgrade.qml
JoystickConfig.qml
JoystickConfigAdvanced.qml
SetupView.qml
)
target_link_libraries(VehicleSetup
PUBLIC
qgc
......
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