]> git.mxchange.org Git - flightgear.git/blob - src/Sound/CMakeLists.txt
Merge branch 'next' into durk-atc
[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 set(HEADERS
13         beacon.hxx
14         fg_fx.hxx
15         morse.hxx
16         sample_queue.hxx
17         voice.hxx
18         voiceplayer.hxx
19         )
20                 
21 flightgear_component(Sound "${SOURCES}" "${HEADERS}")