]> 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 68a46d1c3763bf6e3b054c3c96e8ddb517e5cac5..98d253a97d09f9c2a026926aa59289ee97972953 100644 (file)
@@ -1,14 +1,11 @@
 include(FlightGearComponent)
 
 set(SOURCES
-       ATC.cxx
-       atis.cxx
-       commlist.cxx
-       ATCDialog.cxx
-       ATCVoice.cxx
-       ATCmgr.cxx
-       ATCutils.cxx
        ATCProjection.cxx
        )
-       
-flightgear_component(ATC "${SOURCES}")
+
+set(HEADERS
+       ATCProjection.hxx
+       )
+       
+flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")