X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FCMakeLists.txt;h=b3795c951abfd064cfb1d51e430269746744e077;hb=ea13c0f2de111a56bd4bf97113b50e29a693c7fc;hp=f7dd1f2dfb0820105cb63bcc3272111742147e54;hpb=312447c565ec410f52353ba22d305cf470e9ba33;p=flightgear.git diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index f7dd1f2df..b3795c951 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -5,6 +5,9 @@ set(SOURCES atcdialog.cxx trafficcontrol.cxx CommStation.cxx + ATISEncoder.cxx + MetarPropertiesATISInformationProvider.cxx + CurrentWeatherATISInformationProvider.cxx ) set(HEADERS @@ -12,6 +15,9 @@ set(HEADERS atcdialog.hxx trafficcontrol.hxx CommStation.hxx + ATISEncoder.hxx + MetarPropertiesATISInformationProvider.hxx + CurrentWeatherATISInformationProvider.hxx ) flightgear_component(ATC "${SOURCES}" "${HEADERS}")