X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=CMakeLists.txt;h=90ed4aef29dccd848c4a7622f6cc674379b16823;hp=37949c23506bf21166d293e4f4988aec05326ad8;hb=f7391bd2b4901b4c327a3713bdec46961e339946;hpb=a904a4c9d983eb93896f74208d2c0a44b735d7f5 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)