1
0
Fork 0
flightgear/src/Sound/CMakeLists.txt

12 lines
167 B
Text
Raw Normal View History

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