summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-15 11:27:49 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-15 11:27:49 +0200
commitcfc875dfa13f74ffcaea66f5665efed7a8753ef3 (patch)
treec7846b8b0223168a22bf097e5aea07ec3a4fba31 /src/gui
parentd27de15964fbe4b8caaf5c03e2c4e1ac9a261585 (diff)
downloadtwinkle-cfc875dfa13f74ffcaea66f5665efed7a8753ef3.tar
twinkle-cfc875dfa13f74ffcaea66f5665efed7a8753ef3.tar.gz
twinkle-cfc875dfa13f74ffcaea66f5665efed7a8753ef3.tar.lz
twinkle-cfc875dfa13f74ffcaea66f5665efed7a8753ef3.tar.xz
twinkle-cfc875dfa13f74ffcaea66f5665efed7a8753ef3.zip
Added G729A decoder/encoder wrappers (issue #15)
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 624742d..57b8a19 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -134,7 +134,7 @@ add_executable(twinkle ${TWINKLE_GUI-SRCS})
target_link_libraries(twinkle -lpthread -lresolv ${LibMagic_LIBRARY} ${LIBXML2_LIBRARIES}
${Readline_LIBRARY} ${ILBC_LIBRARIES} ${SPEEX_LIBRARIES} ${ZRTPCPP_LIBRARIES}
${CCRTP_LIBRARIES} ${COMMONCPP_LIBRARIES} ${UCOMMON_LIBRARIES} ${LIBSNDFILE_LIBRARY}
- ${Boost_LIBRARIES} ${ALSA_LIBRARY} ${qt_LIBS})
+ ${Boost_LIBRARIES} ${ALSA_LIBRARY} ${qt_LIBS} ${G729_LIBRARY})
install(TARGETS twinkle DESTINATION bin)
install(FILES ${twinkle_LANG} DESTINATION share/twinkle/lang)