]> git.mxchange.org Git - flightgear.git/blob - src/Sound/CMakeLists.txt
Ron Jensen: fixed a potential NaN and Segfault in JSBSim propeller code
[flightgear.git] / src / Sound / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         audioident.cxx
5         soundgenerator.cxx
6         beacon.cxx
7         fg_fx.cxx
8         morse.cxx
9         sample_queue.cxx
10         voice.cxx
11         voiceplayer.cxx
12         )
13
14 set(HEADERS
15         audioident.hxx
16         soundgenerator.hxx
17         beacon.hxx
18         fg_fx.hxx
19         morse.hxx
20         sample_queue.hxx
21         voice.hxx
22         voiceplayer.hxx
23         )
24                 
25 flightgear_component(Sound "${SOURCES}" "${HEADERS}")