From: Christoph Egger Date: Thu, 15 May 2014 11:44:43 +0000 (+0200) Subject: Fix for Ubuntu linker specialities X-Git-Tag: v0.1~218 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=f7391bd2b4901b4c327a3713bdec46961e339946;hp=a904a4c9d983eb93896f74208d2c0a44b735d7f5 Fix for Ubuntu linker specialities --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 37949c2..90ed4ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,5 +49,4 @@ ADD_DEFINITIONS(${QT_DEFINITIONS}) qt5_use_modules(qtlldb Widgets) INCLUDE_DIRECTORIES("src") - -TARGET_LINK_LIBRARIES(qtlldb ${QT_LIBRARIES} ${LLVM_LDFLAGS} ${LLVM_LIBS} ${LOG4CXX_LDFLAGS}) +TARGET_LINK_LIBRARIES(qtlldb ${QT_LIBRARIES} ${LLVM_LDFLAGS} ${LLVM_LIBS} ${LOG4CXX_LDFLAGS} -ltinfo -lpthread -ldl)