]> git.mxchange.org Git - flightgear.git/commitdiff
Fix cmake build.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 24 Jul 2011 12:38:53 +0000 (14:38 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 24 Jul 2011 12:38:53 +0000 (14:38 +0200)
src/ATC/CMakeLists.txt

index dd1c0039662e29b7b585c850281adc54bb42d87d..e055ec6ddcf18eba1281a82a8f57abad8a4fc98a 100644 (file)
@@ -2,6 +2,7 @@ include(FlightGearComponent)
 
 set(SOURCES
        atc_mgr.cxx
+       atcdialog.cxx
        trafficcontrol.cxx
        CommStation.cxx
        )