]> git.mxchange.org Git - flightgear.git/blob - src/ATCDCL/CMakeLists.txt
Remove hard-coded values wherever possible;
[flightgear.git] / src / ATCDCL / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         ATC.cxx
5         atis.cxx
6         ATCDialogOld.cxx
7         ATCVoice.cxx
8         ATCmgr.cxx
9         ATCutils.cxx
10         ATCProjection.cxx
11         )
12
13 set(HEADERS
14         ATC.hxx
15         atis.hxx
16         ATCDialogOld.hxx
17         ATCVoice.hxx
18         ATCmgr.hxx
19         ATCutils.hxx
20         ATCProjection.hxx
21         atis_lexicon.hxx
22         atis_remap.hxx
23         )
24         
25 flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")