X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2FCMakeLists.txt;h=130edc0abda50237d5872e2c05210601f0166f94;hb=ff91fec1bb4b59dc2a7084de2a5ab0469abb1f3e;hp=23f297d2aef48dce8cdadc8fe31ef5b1760bc942;hpb=a91ec5f9f91eb2ef83ed7f7bf8d0b0b91613ebf0;p=flightgear.git diff --git a/src/Autopilot/CMakeLists.txt b/src/Autopilot/CMakeLists.txt index 23f297d2a..130edc0ab 100644 --- a/src/Autopilot/CMakeLists.txt +++ b/src/Autopilot/CMakeLists.txt @@ -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