]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / CMakeLists.txt
index 5d15dd3d40d3204e473473a764d9f8fb64e10e55..78d05287f671969a9d65a1e59fc63c0297cca007 100644 (file)
@@ -7,6 +7,7 @@ set(SOURCES
        navdb.cxx
        navlist.cxx
        navrecord.cxx
+       poidb.cxx
        positioned.cxx
        procedure.cxx
        route.cxx
@@ -16,6 +17,7 @@ set(SOURCES
     FlightPlan.cxx
     NavDataCache.cxx
     PositionedOctree.cxx
+    PolyLine.cxx
        )
 
 set(HEADERS
@@ -25,6 +27,7 @@ set(HEADERS
        navdb.hxx
        navlist.hxx
        navrecord.hxx
+       poidb.hxx
        positioned.hxx
        procedure.hxx
        route.hxx
@@ -34,11 +37,8 @@ set(HEADERS
     FlightPlan.hxx
     NavDataCache.hxx
     PositionedOctree.hxx
+    PolyLine.hxx
+    CacheSchema.h
     )
 
-if (NOT SYSTEM_SQLITE)
-    list(APPEND SOURCES sqlite3.c)
-    list(APPEND HEADERS sqlite3.h)
-endif()
-
-flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+flightgear_component(Navaids "${SOURCES}" "${HEADERS}")