]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/CMakeLists.txt
Cleanup, no functional change
[flightgear.git] / src / ATC / CMakeLists.txt
index 35b48884a82e0f58ec896e2216e64ec53c4354de..b3795c951abfd064cfb1d51e430269746744e077 100644 (file)
@@ -7,6 +7,7 @@ set(SOURCES
        CommStation.cxx
         ATISEncoder.cxx
         MetarPropertiesATISInformationProvider.cxx
+        CurrentWeatherATISInformationProvider.cxx
        )
 
 set(HEADERS
@@ -16,6 +17,7 @@ set(HEADERS
        CommStation.hxx
         ATISEncoder.hxx
         MetarPropertiesATISInformationProvider.hxx
+        CurrentWeatherATISInformationProvider.hxx
        )
        
 flightgear_component(ATC "${SOURCES}" "${HEADERS}")