badec14d27
GPWS and TCAS are now completely separate - but use the same voice player.
12 lines
No EOL
167 B
CMake
12 lines
No EOL
167 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
beacon.cxx
|
|
fg_fx.cxx
|
|
morse.cxx
|
|
sample_queue.cxx
|
|
voice.cxx
|
|
voiceplayer.cxx
|
|
)
|
|
|
|
flightgear_component(Sound "${SOURCES}") |