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