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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 5 10:33:57 PDT 2017


Does this evaluate to nothing if curses is not present?
On Sat, Aug 5, 2017 at 9:15 AM Michał Górny via Phabricator <
reviews at reviews.llvm.org> wrote:

> 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170805/04316a1b/attachment.html>


More information about the lldb-commits mailing list