]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
Reduce severity of a failure to create a marker beacon due to an unknown runway from...
[flightgear.git] / src / Navaids / CMakeLists.txt
index cd806a65e65e75f574366536766c659fefe9d20c..1d2919902d3881d86fdec739e0c07e858c5caa8a 100644 (file)
@@ -13,6 +13,7 @@ set(SOURCES
        routePath.cxx
        waypoint.cxx
     LevelDXML.cxx
+    FlightPlan.cxx
        )
 
 set(HEADERS
@@ -28,6 +29,7 @@ set(HEADERS
        routePath.hxx
        waypoint.hxx
     LevelDXML.hxx
+    FlightPlan.hxx
     )
 
 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
\ No newline at end of file