]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
Some fine tuning of the ATC messages related to ground to tower transfer.
[flightgear.git] / src / ATC / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         atc_mgr.cxx
5         atcdialog.cxx
6         trafficcontrol.cxx
7         CommStation.cxx
8         )
9         
10 flightgear_component(ATC "${SOURCES}")