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

11 lines
150 B
Text
Raw Normal View History

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