]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
Merge branch 'next' into radio-att
[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         itm.cpp
9         )
10         
11 flightgear_component(ATC "${SOURCES}")