]> git.mxchange.org Git - flightgear.git/blob - CMakeLists.txt
f147287626883cffe181ec237c53f255b0f46a54
[flightgear.git] / 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}")