2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
2011-09-15 21:28:30 +02:00
|
|
|
audioident.cxx
|
2011-09-13 20:06:31 +02:00
|
|
|
soundgenerator.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
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
|
2011-09-15 21:28:30 +02:00
|
|
|
audioident.hxx
|
2011-09-13 20:06:31 +02:00
|
|
|
soundgenerator.hxx
|
2011-06-26 07:55:36 +01:00
|
|
|
beacon.hxx
|
|
|
|
fg_fx.hxx
|
|
|
|
morse.hxx
|
|
|
|
sample_queue.hxx
|
|
|
|
voice.hxx
|
|
|
|
voiceplayer.hxx
|
|
|
|
)
|
|
|
|
|
2011-09-13 20:06:31 +02:00
|
|
|
flightgear_component(Sound "${SOURCES}" "${HEADERS}")
|