]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/CMakeLists.txt
Fix various route-manager issues reported by Hyde.
[flightgear.git] / src / Autopilot / CMakeLists.txt
index 23f297d2aef48dce8cdadc8fe31ef5b1760bc942..130edc0abda50237d5872e2c05210601f0166f94 100644 (file)
@@ -16,4 +16,20 @@ set(SOURCES
        route_mgr.cxx
        )
        
-flightgear_component(Autopilot "${SOURCES}")
\ No newline at end of file
+set(HEADERS
+       analogcomponent.hxx
+       autopilot.hxx
+       autopilotgroup.hxx
+       component.hxx
+       digitalcomponent.hxx
+       digitalfilter.hxx
+       flipflop.hxx
+       inputvalue.hxx
+       logic.hxx
+       pidcontroller.hxx
+       pisimplecontroller.hxx
+       predictor.hxx
+       route_mgr.hxx
+       )
+       
+flightgear_component(Autopilot "${SOURCES}" "${HEADERS}")
\ No newline at end of file