]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / CMakeLists.txt
index 0dbc542c6527698c56d56f445648ef8b17cfa42e..78d05287f671969a9d65a1e59fc63c0297cca007 100644 (file)
@@ -7,6 +7,7 @@ set(SOURCES
        navdb.cxx
        navlist.cxx
        navrecord.cxx
+       poidb.cxx
        positioned.cxx
        procedure.cxx
        route.cxx
@@ -15,8 +16,8 @@ set(SOURCES
     LevelDXML.cxx
     FlightPlan.cxx
     NavDataCache.cxx
-    sqlite3.c
     PositionedOctree.cxx
+    PolyLine.cxx
        )
 
 set(HEADERS
@@ -26,6 +27,7 @@ set(HEADERS
        navdb.hxx
        navlist.hxx
        navrecord.hxx
+       poidb.hxx
        positioned.hxx
        procedure.hxx
        route.hxx
@@ -34,8 +36,9 @@ set(HEADERS
     LevelDXML.hxx
     FlightPlan.hxx
     NavDataCache.hxx
-    sqlite3.h
     PositionedOctree.hxx
+    PolyLine.hxx
+    CacheSchema.h
     )
 
-flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+flightgear_component(Navaids "${SOURCES}" "${HEADERS}")