]> 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 8f0363135fca8ab71385856c3cade7e7a1b6098a..98d253a97d09f9c2a026926aa59289ee97972953 100644 (file)
@@ -1,25 +1,11 @@
 include(FlightGearComponent)
 
 set(SOURCES
-       ATC.cxx
-       atis.cxx
-       ATCDialogOld.cxx
-       ATCVoice.cxx
-       ATCmgr.cxx
-       ATCutils.cxx
        ATCProjection.cxx
        )
 
 set(HEADERS
-       ATC.hxx
-       atis.hxx
-       ATCDialogOld.hxx
-       ATCVoice.hxx
-       ATCmgr.hxx
-       ATCutils.hxx
        ATCProjection.hxx
-       atis_lexicon.hxx
-       atis_remap.hxx
        )
        
 flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")