2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
beacon.cxx
|
|
|
|
fg_fx.cxx
|
|
|
|
morse.cxx
|
|
|
|
sample_queue.cxx
|
|
|
|
voice.cxx
|
2011-03-09 23:49:25 +01:00
|
|
|
voiceplayer.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
)
|
2011-06-26 07:55:36 +01:00
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
beacon.hxx
|
|
|
|
fg_fx.hxx
|
|
|
|
morse.hxx
|
|
|
|
sample_queue.hxx
|
|
|
|
voice.hxx
|
|
|
|
voiceplayer.hxx
|
|
|
|
)
|
|
|
|
|
|
|
|
flightgear_component(Sound "${SOURCES}" "${HEADERS}")
|