25 lines
348 B
CMake
25 lines
348 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
ATC.cxx
|
|
atis.cxx
|
|
ATCDialogOld.cxx
|
|
ATCVoice.cxx
|
|
ATCmgr.cxx
|
|
ATCutils.cxx
|
|
ATCProjection.cxx
|
|
)
|
|
|
|
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}")
|