]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/CMakeLists.txt
Support for multiple data dirs.
[flightgear.git] / src / Instrumentation / CMakeLists.txt
index f65da924a1ea8037749abbea0decea86bb9d38db..a955a3cd394296a26434d2627cef4b19263cfedb 100644 (file)
@@ -2,7 +2,6 @@ include(FlightGearComponent)
 
 set(SOURCES
     adf.cxx
-    agradar.cxx
     airspeed_indicator.cxx
     altimeter.cxx
     attitude_indicator.cxx
@@ -10,7 +9,6 @@ set(SOURCES
     dclgps.cxx
     dme.cxx
     gps.cxx
-    groundradar.cxx
     gsdi.cxx
     gyro.cxx
     heading_indicator.cxx
@@ -19,15 +17,13 @@ set(SOURCES
     inst_vertical_speed_indicator.cxx
     instrument_mgr.cxx
     kr_87.cxx
-    kt_70.cxx
     mag_compass.cxx
     marker_beacon.cxx
     mk_viii.cxx
     mrg.cxx
     navradio.cxx
-    od_gauge.cxx
+    newnavradio.cxx
     rad_alt.cxx
-    render_area_2d.cxx
     rnav_waypt_controller.cxx
     slip_skid_ball.cxx
     tacan.cxx
@@ -35,8 +31,6 @@ set(SOURCES
     transponder.cxx
     turn_indicator.cxx
     vertical_speed_indicator.cxx
-    wxradar.cxx
-    NavDisplay.cxx
     HUD/HUD.cxx
     HUD/HUD_dial.cxx
     HUD/HUD_gauge.cxx
@@ -68,7 +62,6 @@ set(SOURCES
 
 set(HEADERS
     adf.hxx
-    agradar.hxx
     airspeed_indicator.hxx
     altimeter.hxx
     attitude_indicator.hxx
@@ -76,7 +69,6 @@ set(HEADERS
     dclgps.hxx
     dme.hxx
     gps.hxx
-    groundradar.hxx
     gsdi.hxx
     gyro.hxx
     heading_indicator.hxx
@@ -85,15 +77,13 @@ set(HEADERS
     inst_vertical_speed_indicator.hxx
     instrument_mgr.hxx
     kr_87.hxx
-    kt_70.hxx
     mag_compass.hxx
     marker_beacon.hxx
     mk_viii.hxx
     mrg.hxx
     navradio.hxx
-    od_gauge.hxx
+    newnavradio.hxx
     rad_alt.hxx
-    render_area_2d.hxx
     rnav_waypt_controller.hxx
     slip_skid_ball.hxx
     tacan.hxx
@@ -101,9 +91,8 @@ set(HEADERS
     transponder.hxx
     turn_indicator.hxx
     vertical_speed_indicator.hxx
-    wxradar.hxx
-    NavDisplay.hxx
     HUD/HUD.hxx
+    HUD/HUD_private.hxx
     KLN89/kln89.hxx
     KLN89/kln89_page.hxx
     KLN89/kln89_page_act.hxx
@@ -122,4 +111,4 @@ set(HEADERS
     KLN89/kln89_page_alt.hxx
     )   
     
-flightgear_component(Instruments "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+flightgear_component(Instruments "${SOURCES}" "${HEADERS}")