[Lldb-commits] [PATCH] D36358: [lldb] [cmake] Add explicit linkage from Core to curses

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 5 09:15:08 PDT 2017


mgorny updated this revision to Diff 109879.
mgorny added a comment.

Forgive my poor eyesight, obviously this could go into existing LINK_LIBS ;-).


https://reviews.llvm.org/D36358

Files:
  source/Core/CMakeLists.txt


Index: source/Core/CMakeLists.txt
===================================================================
--- source/Core/CMakeLists.txt
+++ source/Core/CMakeLists.txt
@@ -62,6 +62,7 @@
     lldbPluginCPlusPlusLanguage
     lldbPluginObjCLanguage
     lldbPluginObjectFileJIT
+    ${CURSES_LIBRARIES}
 
   LINK_COMPONENTS
     BinaryFormat


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36358.109879.patch
Type: text/x-patch
Size: 336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170805/db2e4c5b/attachment.bin>


More information about the lldb-commits mailing list