Commit b160e678 authored by Tomaz Canabrava's avatar Tomaz Canabrava Committed by Daniel Agar

CMake: add FligthDisplay QML to custom target

This helps with other IDE's that handle CMake better than QMake
parent 5bb0b822
......@@ -8,4 +8,25 @@ target_link_libraries(FlightDisplay
qgc
)
add_custom_target(FligthDisplayQml
SOURCES
FlightDisplayView.qml
FlightDisplayViewDummy.qml
FlightDisplayViewMap.qml
FlightDisplayViewUVC.qml
FlightDisplayViewVideo.qml
FlightDisplayViewWidgets.qml
GuidedActionConfirm.qml
GuidedActionList.qml
GuidedActionsController.qml
GuidedAltitudeSlider.qml
MultiVehicleList.qml
PreFlightBatteryCheck.qml
PreFlightGPSCheck.qml
PreFlightRCCheck.qml
PreFlightSensorsHealthCheck.qml
PreFlightSoundCheck.qml
VirtualJoystick.qml
)
target_include_directories(FlightDisplay PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
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