]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
Make environment-manager closest airport updating quieter, and use an event instead...
[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 set(HEADERS
11         atc_mgr.hxx
12         atcdialog.hxx
13         trafficcontrol.hxx
14         CommStation.hxx
15         )
16         
17 flightgear_component(ATC "${SOURCES}" "${HEADERS}")