]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/CMakeLists.txt
Interim windows build fix
[flightgear.git] / src / Airports / CMakeLists.txt
index 43f2a999f7ea28ac0b8f8b55ae63d9143fddf39e..48e8cf8245d2de4d7da187b550548c1db8c4a756 100644 (file)
@@ -13,11 +13,13 @@ set(SOURCES
        runwayprefs.cxx
        runways.cxx
        sidstar.cxx
-       simple.cxx
+       airport.cxx
        xmlloader.cxx
+        airportdynamicsmanager.cxx
        )
 
 set(HEADERS
+    airports_fwd.hxx
        apt_loader.hxx
        dynamicloader.hxx
        dynamics.hxx
@@ -30,8 +32,9 @@ set(HEADERS
        runwayprefs.hxx
        runways.hxx
        sidstar.hxx
-       simple.hxx
+       airport.hxx
        xmlloader.hxx
+        airportdynamicsmanager.hxx
        )
                
-flightgear_component(Airports "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+flightgear_component(Airports "${SOURCES}" "${HEADERS}")