CMakeLists.txt 638 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
add_custom_target(PX4AutoPilotPluginQml
SOURCES
    AirframeComponent.qml
    AirframeComponentSummary.qml
    CameraComponent.qml
    CameraComponentSummary.qml
    FlightModesComponentSummary.qml
    PX4AdvancedFlightModes.qml
    PX4FlightModes.qml
    PX4RadioComponentSummary.qml
    PX4SimpleFlightModes.qml
    PX4TuningComponentCopter.qml
    PX4TuningComponentPlane.qml
    PX4TuningComponentVTOL.qml
    PowerComponent.qml
    PowerComponentSummary.qml
    SafetyComponent.qml
    SafetyComponentSummary.qml
    SensorsComponent.qml
    SensorsComponentSummary.qml
    SensorsComponentSummaryFixedWing.qml
    SensorsSetup.qml
)