]> git.mxchange.org Git - flightgear.git/blob - src/Sound/CMakeLists.txt
Continuous replay: use correct replay duration
[flightgear.git] / src / Sound / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         beacon.cxx
5         fg_fx.cxx
6         morse.cxx
7         sample_queue.cxx
8         voice.cxx
9         voiceplayer.cxx
10         )
11         
12 flightgear_component(Sound "${SOURCES}")