Commit 189beed4 authored by Tomaz Canabrava's avatar Tomaz Canabrava Committed by Daniel Agar

CMake: Add Qml targets to Airmap

This creates a fake target that adds the Qml sources to the CMakeProject
this let's IDE's that read CMake files to display the files on the
project viewer
parent af113b5e
......@@ -17,6 +17,18 @@ if(QGC_AIRMAP)
airmap.qrc
)
add_custom_target(AirmapQml
SOURCES
AirmapSettings.qml
AirspaceRegulation.qml
ComplianceRules.qml
FlightDetails.qml
RuleSelector.qml
AirspaceControl.qml
AirspaceWeather.qml
FlightBrief.qml
FlightFeature.qml
)
else()
add_library(Airmap
dummy/AirspaceManager.cc
......
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