]> git.mxchange.org Git - flightgear.git/blob - src/ATCDCL/CMakeLists.txt
Fix a couple of 64-bit warnings identified by GCC.
[flightgear.git] / src / ATCDCL / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         ATC.cxx
5         atis.cxx
6         ATCVoice.cxx
7         ATISmgr.cxx
8         ATCutils.cxx
9         ATCProjection.cxx
10         )
11
12 set(HEADERS
13         ATC.hxx
14         atis.hxx
15         ATCVoice.hxx
16         ATISmgr.hxx
17         ATCutils.hxx
18         ATCProjection.hxx
19         atis_lexicon.hxx
20         atis_remap.hxx
21         )
22         
23 flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")