X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=d7822c9873e63b0c23ba120806658c1798e7896b;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=43cb8d3b14ac41aaaea6ce3541eb30e247c61ae0;hpb=a91ec5f9f91eb2ef83ed7f7bf8d0b0b91613ebf0;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index 43cb8d3b1..d7822c987 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -1,9 +1,9 @@ include(FlightGearComponent) set(SOURCES - atcutils.cxx - atis.cxx + atis_mgr.cxx + atc_mgr.cxx trafficcontrol.cxx ) -flightgear_component(ATC "${SOURCES}") \ No newline at end of file +flightgear_component(ATC "${SOURCES}")