1
0
Fork 0
flightgear/src/Sound/CMakeLists.txt

26 lines
354 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
audioident.cxx
2011-09-13 20:06:31 +02:00
soundgenerator.cxx
beacon.cxx
fg_fx.cxx
morse.cxx
sample_queue.cxx
voice.cxx
voiceplayer.cxx
)
2011-06-26 07:55:36 +01:00
set(HEADERS
audioident.hxx
2011-09-13 20:06:31 +02:00
soundgenerator.hxx
2011-06-26 07:55:36 +01:00
beacon.hxx
fg_fx.hxx
morse.hxx
sample_queue.hxx
voice.hxx
voiceplayer.hxx
)
2011-09-13 20:06:31 +02:00
flightgear_component(Sound "${SOURCES}" "${HEADERS}")