1
0
Fork 0
flightgear/src/Autopilot/CMakeLists.txt

19 lines
317 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
analogcomponent.cxx
autopilot.cxx
autopilotgroup.cxx
component.cxx
digitalcomponent.cxx
digitalfilter.cxx
flipflop.cxx
inputvalue.cxx
logic.cxx
pidcontroller.cxx
pisimplecontroller.cxx
predictor.cxx
route_mgr.cxx
)
flightgear_component(Autopilot "${SOURCES}")