]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/CMakeLists.txt
Code to stop loading of invalid flightplans
[flightgear.git] / src / Airports / CMakeLists.txt
index 5be24c7df6f98d76bd415b8c007d80146687cab0..e83261507a65dce36719e1ed1de387e8e1f947e5 100644 (file)
@@ -2,7 +2,6 @@ include(FlightGearComponent)
 
 set(SOURCES
        apt_loader.cxx
-       calc_loc.cxx
        dynamicloader.cxx
        dynamics.cxx
        gnnode.cxx
@@ -14,8 +13,26 @@ set(SOURCES
        runwayprefs.cxx
        runways.cxx
        sidstar.cxx
-       simple.cxx
+       airport.cxx
        xmlloader.cxx
        )
-       
-flightgear_component(Airports "${SOURCES}")
\ No newline at end of file
+
+set(HEADERS
+    airports_fwd.hxx
+       apt_loader.hxx
+       dynamicloader.hxx
+       dynamics.hxx
+       gnnode.hxx
+       groundnetwork.hxx
+       parking.hxx
+       pavement.hxx
+       runwaybase.hxx
+       runwayprefloader.hxx
+       runwayprefs.hxx
+       runways.hxx
+       sidstar.hxx
+       airport.hxx
+       xmlloader.hxx
+       )
+               
+flightgear_component(Airports "${SOURCES}" "${HEADERS}")
\ No newline at end of file