]> git.mxchange.org Git - flightgear.git/blob - src/Autopilot/CMakeLists.txt
Fixed AIplane vertical speed.
[flightgear.git] / src / Autopilot / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         analogcomponent.cxx
5         autopilot.cxx
6         autopilotgroup.cxx
7         component.cxx
8         digitalcomponent.cxx
9         digitalfilter.cxx
10         flipflop.cxx
11         inputvalue.cxx
12         logic.cxx
13         pidcontroller.cxx
14         pisimplecontroller.cxx
15         predictor.cxx
16         route_mgr.cxx
17         )
18         
19 flightgear_component(Autopilot "${SOURCES}")