]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
New ATIS System: Fallback for no-realwx and some fixes
[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         )
12
13 set(HEADERS
14         atc_mgr.hxx
15         atcdialog.hxx
16         trafficcontrol.hxx
17         CommStation.hxx
18         ATISEncoder.hxx
19         MetarPropertiesATISInformationProvider.hxx
20         CurrentWeatherATISInformationProvider.hxx
21         )
22         
23 flightgear_component(ATC "${SOURCES}" "${HEADERS}")