]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/CMakeLists.txt
#545: Fix ATC chatter sound settings being ignored
[flightgear.git] / src / ATCDCL / CMakeLists.txt
index d0dde266a07d44be6d93c07175ea8e380bf68838..8f0363135fca8ab71385856c3cade7e7a1b6098a 100644 (file)
@@ -9,5 +9,17 @@ set(SOURCES
        ATCutils.cxx
        ATCProjection.cxx
        )
-       
-flightgear_component(ATCDCL "${SOURCES}")
+
+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}")