]> git.mxchange.org Git - flightgear.git/blobdiff - src/Aircraft/CMakeLists.txt
VoiceSynthesizer: add some test/debug properties
[flightgear.git] / src / Aircraft / CMakeLists.txt
index da519fb27e86a47aac260b9110894fb9cddf21c8..5c379f0149d73a819d3f8799c8b0bc4e3d0ef20f 100644 (file)
@@ -3,6 +3,16 @@ include(FlightGearComponent)
 set(SOURCES
        controls.cxx
        replay.cxx
+       flightrecorder.cxx
+    FlightHistory.cxx
        )
-       
-flightgear_component(Aircraft "${SOURCES}")
\ No newline at end of file
+
+set(HEADERS
+       controls.hxx
+       replay.hxx
+       flightrecorder.hxx
+    FlightHistory.hxx
+       )
+
+
+flightgear_component(Aircraft "${SOURCES}" "${HEADERS}")