]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/CMakeLists.txt
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Airports / CMakeLists.txt
index 5be24c7df6f98d76bd415b8c007d80146687cab0..43f2a999f7ea28ac0b8f8b55ae63d9143fddf39e 100644 (file)
@@ -2,7 +2,6 @@ include(FlightGearComponent)
 
 set(SOURCES
        apt_loader.cxx
-       calc_loc.cxx
        dynamicloader.cxx
        dynamics.cxx
        gnnode.cxx
@@ -17,5 +16,22 @@ set(SOURCES
        simple.cxx
        xmlloader.cxx
        )
-       
-flightgear_component(Airports "${SOURCES}")
\ No newline at end of file
+
+set(HEADERS
+       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
+       simple.hxx
+       xmlloader.hxx
+       )
+               
+flightgear_component(Airports "${SOURCES}" "${HEADERS}")
\ No newline at end of file