2010-12-28 18:08:41 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
ATC.cxx
|
|
|
|
atis.cxx
|
2011-07-25 12:53:10 +02:00
|
|
|
ATCDialogOld.cxx
|
2010-12-28 18:08:41 +00:00
|
|
|
ATCVoice.cxx
|
|
|
|
ATCmgr.cxx
|
|
|
|
ATCutils.cxx
|
|
|
|
ATCProjection.cxx
|
|
|
|
)
|
2011-09-28 09:06:31 +01:00
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
ATC.hxx
|
|
|
|
atis.hxx
|
|
|
|
ATCDialogOld.hxx
|
|
|
|
ATCVoice.hxx
|
|
|
|
ATCmgr.hxx
|
|
|
|
ATCutils.hxx
|
|
|
|
ATCProjection.hxx
|
|
|
|
atis_lexicon.hxx
|
|
|
|
atis_remap.hxx
|
|
|
|
)
|
|
|
|
|
|
|
|
flightgear_component(ATCDCL "${SOURCES}" "${HEADERS}")
|