]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/CMakeLists.txt
Cleanup, no functional change
[flightgear.git] / src / ATC / CMakeLists.txt
index f7dd1f2dfb0820105cb63bcc3272111742147e54..b3795c951abfd064cfb1d51e430269746744e077 100644 (file)
@@ -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}")