]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/CMakeLists.txt
httpd: don't spam the console with debug messages
[flightgear.git] / src / ATCDCL / CMakeLists.txt
index d9e8db69bc62fdaf206531c428c2deda0fc36048..98d253a97d09f9c2a026926aa59289ee97972953 100644 (file)
@@ -1,13 +1,11 @@
 include(FlightGearComponent)
 
 set(SOURCES
-       ATC.cxx
-       atis.cxx
-       ATCDialog.cxx
-       ATCVoice.cxx
-       ATCmgr.cxx
-       ATCutils.cxx
        ATCProjection.cxx
        )
-       
-flightgear_component(ATCDCL "${SOURCES}")
+
+set(HEADERS
+       ATCProjection.hxx
+       )
+       
+flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")