7415696492
and sink all sound related code from main.cxx in there.
27 lines
384 B
CMake
27 lines
384 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
audioident.cxx
|
|
soundgenerator.cxx
|
|
beacon.cxx
|
|
fg_fx.cxx
|
|
morse.cxx
|
|
sample_queue.cxx
|
|
voice.cxx
|
|
voiceplayer.cxx
|
|
soundmanager.cxx
|
|
)
|
|
|
|
set(HEADERS
|
|
audioident.hxx
|
|
soundgenerator.hxx
|
|
beacon.hxx
|
|
fg_fx.hxx
|
|
morse.hxx
|
|
sample_queue.hxx
|
|
voice.hxx
|
|
voiceplayer.hxx
|
|
soundmanager.hxx
|
|
)
|
|
|
|
flightgear_component(Sound "${SOURCES}" "${HEADERS}")
|