From: Mathias Froehlich Date: Sun, 24 Jul 2011 12:38:53 +0000 (+0200) Subject: Fix cmake build. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=971e98cd14208694d2883814716ff539e1b1c8d5;p=flightgear.git Fix cmake build. --- 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 )