]> git.mxchange.org Git - flightgear.git/blob - src/ATC/CMakeLists.txt
A new comm radio and atis implementation
[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         )
11
12 set(HEADERS
13         atc_mgr.hxx
14         atcdialog.hxx
15         trafficcontrol.hxx
16         CommStation.hxx
17         ATISEncoder.hxx
18         MetarPropertiesATISInformationProvider.hxx
19         )
20         
21 flightgear_component(ATC "${SOURCES}" "${HEADERS}")