]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/CMakeLists.txt
Avoid compiler warnings.
[flightgear.git] / src / ATC / CMakeLists.txt
index e055ec6ddcf18eba1281a82a8f57abad8a4fc98a..f7dd1f2dfb0820105cb63bcc3272111742147e54 100644 (file)
@@ -6,5 +6,12 @@ set(SOURCES
        trafficcontrol.cxx
        CommStation.cxx
        )
-       
-flightgear_component(ATC "${SOURCES}")
+
+set(HEADERS
+       atc_mgr.hxx
+       atcdialog.hxx
+       trafficcontrol.hxx
+       CommStation.hxx
+       )
+       
+flightgear_component(ATC "${SOURCES}" "${HEADERS}")