]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
* First test scenario to get user ATC interaction working.
[flightgear.git] / src / ATC / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         atis_mgr.cxx
5         atc_mgr.cxx
6         trafficcontrol.cxx
7         )
8         
9 flightgear_component(ATC "${SOURCES}")