]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / CMakeLists.txt
index cf8ce4ad77c99b5343851b89020d93b472211fb8..78d05287f671969a9d65a1e59fc63c0297cca007 100644 (file)
@@ -2,17 +2,43 @@ include(FlightGearComponent)
 
 set(SOURCES
        airways.cxx
-       awynet.cxx
        fixlist.cxx
        markerbeacon.cxx
        navdb.cxx
        navlist.cxx
        navrecord.cxx
+       poidb.cxx
        positioned.cxx
        procedure.cxx
        route.cxx
        routePath.cxx
        waypoint.cxx
+    LevelDXML.cxx
+    FlightPlan.cxx
+    NavDataCache.cxx
+    PositionedOctree.cxx
+    PolyLine.cxx
        )
 
-flightgear_component(Navaids "${SOURCES}")
\ No newline at end of file
+set(HEADERS
+    airways.hxx
+       fixlist.hxx
+       markerbeacon.hxx
+       navdb.hxx
+       navlist.hxx
+       navrecord.hxx
+       poidb.hxx
+       positioned.hxx
+       procedure.hxx
+       route.hxx
+       routePath.hxx
+       waypoint.hxx
+    LevelDXML.hxx
+    FlightPlan.hxx
+    NavDataCache.hxx
+    PositionedOctree.hxx
+    PolyLine.hxx
+    CacheSchema.h
+    )
+
+flightgear_component(Navaids "${SOURCES}" "${HEADERS}")