2010-11-30 10:08:30 +00:00
|
|
|
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
|
|
|
|
)
|
|
|
|
|
2011-06-26 06:49:37 +00:00
|
|
|
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}")
|