CMakeLists.txt 737 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 24 25 26 27 28 29
add_custom_target(PlanViewQml
SOURCES
    RallyPointMapVisuals.qml
    CorridorScanEditor.qml
    CameraSection.qml
    SurveyMapVisual.qml
    CameraCalc.qml
    SurveyItemEditor.qml
    RallyPointEditorHeader.qml
    GeoFenceMapVisuals.qml
    CorridorScanMapVisual.qml
    CMakeLists.txt
    PlanToolBarIndicators.qml
    MissionItemEditor.qml
    MissionItemStatus.qml
    RallyPointItemEditor.qml
    PlanView.qml
    FWLandingPatternMapVisual.qml
    GeoFenceEditor.qml
    MissionItemMapVisual.qml
    SimpleItemMapVisual.qml
    StructureScanEditor.qml
    PlanToolBar.qml
    TransectStyleComplexItemStats.qml
    MissionSettingsEditor.qml
    SimpleItemEditor.qml
    StructureScanMapVisual.qml
    FWLandingPatternEditor.qml
)