]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/CMakeLists.txt
Tweak map-widget data boxes for AI objects, so speed/altitude update in real-time.
[flightgear.git] / src / GUI / CMakeLists.txt
index 706219c741e7506fbd850510390d913b3fe479e4..428cdcb9e905fb2e683b0190b0cf8a5aebc93655 100644 (file)
@@ -15,5 +15,18 @@ set(SOURCES
        new_gui.cxx
        property_list.cxx
        )
-       
-flightgear_component(GUI "${SOURCES}")
+
+set(HEADERS
+       AirportList.hxx
+       MapWidget.hxx
+       SafeTexFont.hxx
+       WaypointList.hxx
+       dialog.hxx
+       gui.h
+       layout.hxx
+       menubar.hxx
+       new_gui.hxx
+       property_list.hxx
+       )
+               
+flightgear_component(GUI "${SOURCES}" "${HEADERS}")