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


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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to