summaryrefslogtreecommitdiffstats
path: root/src/audio/CMakeLists.txt
blob: 56fcc4f7cc816426acb3aacce324afafe7b714e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
project(libtwinkle-audio)

set(LIBTWINKLE_AUDIO-SRCS
	audio_device.cpp
	audio_decoder.cpp
	audio_encoder.cpp
	audio_codecs.cpp
	audio_rx.cpp
	audio_session.cpp
	audio_tx.cpp
	dtmf_player.cpp
	freq_gen.cpp
	g711.cpp
	g721.cpp
	g723_16.cpp
	g723_24.cpp
	g723_40.cpp
	g72x.cpp
	media_buffer.cpp
	rtp_telephone_event.cpp
	tone_gen.cpp
	twinkle_rtp_session.cpp
	twinkle_zrtp_ui.cpp
)

add_library(libtwinkle-audio OBJECT ${LIBTWINKLE_AUDIO-SRCS})