]> git.mxchange.org Git - flightgear.git/blob - src/Sound/CMakeLists.txt
Refactor morse and beacon as singleton
[flightgear.git] / src / Sound / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         soundgenerator.cxx
5         beacon.cxx
6         fg_fx.cxx
7         morse.cxx
8         sample_queue.cxx
9         voice.cxx
10         voiceplayer.cxx
11         )
12
13 set(HEADERS
14         soundgenerator.hxx
15         beacon.hxx
16         fg_fx.hxx
17         morse.hxx
18         sample_queue.hxx
19         voice.hxx
20         voiceplayer.hxx
21         )
22                 
23 flightgear_component(Sound "${SOURCES}" "${HEADERS}")