]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/CMakeLists.txt
Cleanup, no functional change
[flightgear.git] / src / ATC / CMakeLists.txt
index 3564a89999ec30ece7ae91560b069f6d27c26ea1..b3795c951abfd064cfb1d51e430269746744e077 100644 (file)
@@ -1,8 +1,23 @@
 include(FlightGearComponent)
 
 set(SOURCES
-       atis.cxx
+       atc_mgr.cxx
+       atcdialog.cxx
        trafficcontrol.cxx
+       CommStation.cxx
+        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}")