]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/CMakeLists.txt
Merge branch 'next' into attenuation
[flightgear.git] / src / ATC / CMakeLists.txt
index 26ccaadbfd99c93aa520a3312d457480440a48ad..f7dd1f2dfb0820105cb63bcc3272111742147e54 100644 (file)
@@ -5,7 +5,13 @@ set(SOURCES
        atcdialog.cxx
        trafficcontrol.cxx
        CommStation.cxx
-       itm.cpp
        )
-       
-flightgear_component(ATC "${SOURCES}")
+
+set(HEADERS
+       atc_mgr.hxx
+       atcdialog.hxx
+       trafficcontrol.hxx
+       CommStation.hxx
+       )
+       
+flightgear_component(ATC "${SOURCES}" "${HEADERS}")