]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/CMakeLists.txt
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / ATCDCL / CMakeLists.txt
index d0dde266a07d44be6d93c07175ea8e380bf68838..fd1a3736b07914abed13226048df969909741ddd 100644 (file)
@@ -3,11 +3,21 @@ include(FlightGearComponent)
 set(SOURCES
        ATC.cxx
        atis.cxx
-       ATCDialogOld.cxx
        ATCVoice.cxx
-       ATCmgr.cxx
+       ATISmgr.cxx
        ATCutils.cxx
        ATCProjection.cxx
        )
-       
-flightgear_component(ATCDCL "${SOURCES}")
+
+set(HEADERS
+       ATC.hxx
+       atis.hxx
+       ATCVoice.hxx
+       ATISmgr.hxx
+       ATCutils.hxx
+       ATCProjection.hxx
+       atis_lexicon.hxx
+       atis_remap.hxx
+       )
+       
+flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")