]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
Fix a typo breaking some takeoff-state logic.
[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         ATISEncoder.cxx
9         MetarPropertiesATISInformationProvider.cxx
10         CurrentWeatherATISInformationProvider.cxx
11         GroundController.cxx
12         )
13
14 set(HEADERS
15         atc_mgr.hxx
16         atcdialog.hxx
17         trafficcontrol.hxx
18         CommStation.hxx
19         ATISEncoder.hxx
20         MetarPropertiesATISInformationProvider.hxx
21         CurrentWeatherATISInformationProvider.hxx
22         GroundController.hxx
23         )
24         
25 flightgear_component(ATC "${SOURCES}" "${HEADERS}")