X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=b3795c951abfd064cfb1d51e430269746744e077;hb=ea13c0f2de111a56bd4bf97113b50e29a693c7fc;hp=26ccaadbfd99c93aa520a3312d457480440a48ad;hpb=c9ef773d98ff784a2d169f13236ee5a4beebb552;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index 26ccaadbf..b3795c951 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -5,7 +5,19 @@ set(SOURCES atcdialog.cxx trafficcontrol.cxx CommStation.cxx - itm.cpp + ATISEncoder.cxx + MetarPropertiesATISInformationProvider.cxx + CurrentWeatherATISInformationProvider.cxx ) - -flightgear_component(ATC "${SOURCES}") + +set(HEADERS + atc_mgr.hxx + atcdialog.hxx + trafficcontrol.hxx + CommStation.hxx + ATISEncoder.hxx + MetarPropertiesATISInformationProvider.hxx + CurrentWeatherATISInformationProvider.hxx + ) + +flightgear_component(ATC "${SOURCES}" "${HEADERS}")