1
0
Fork 0
flightgear/src/Sound/CMakeLists.txt
ThorstenB badec14d27 Cut&paste voiceplayer into a separate module.
GPWS and TCAS are now completely separate - but use the same voice player.
2011-03-09 23:49:25 +01:00

12 lines
No EOL
167 B
CMake

include(FlightGearComponent)
set(SOURCES
beacon.cxx
fg_fx.cxx
morse.cxx
sample_queue.cxx
voice.cxx
voiceplayer.cxx
)
flightgear_component(Sound "${SOURCES}")