From 971e98cd14208694d2883814716ff539e1b1c8d5 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 24 Jul 2011 14:38:53 +0200 Subject: [PATCH] Fix cmake build. --- src/ATC/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ATC/CMakeLists.txt b/src/ATC/CMakeLists.txt index dd1c00396..e055ec6dd 100644 --- a/src/ATC/CMakeLists.txt +++ b/src/ATC/CMakeLists.txt @@ -2,6 +2,7 @@ include(FlightGearComponent) set(SOURCES atc_mgr.cxx + atcdialog.cxx trafficcontrol.cxx CommStation.cxx ) -- 2.39.5