]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
Remove /sim/paths/use-custom-scenery-data.
[flightgear.git] / src / Navaids / CMakeLists.txt
index 8f27472701659101d62304d701990b097022ccbe..05a999cb3c3a5ec325a4d89e01db521252f15abc 100644 (file)
@@ -2,7 +2,6 @@ include(FlightGearComponent)
 
 set(SOURCES
        airways.cxx
-       awynet.cxx
        fixlist.cxx
        markerbeacon.cxx
        navdb.cxx
@@ -16,4 +15,19 @@ set(SOURCES
        PositionedBinding.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
+       positioned.hxx
+       procedure.hxx
+       route.hxx
+       routePath.hxx
+       waypoint.hxx
+       PositionedBinding.hxx
+    )
+
+flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
\ No newline at end of file