Does this evaluate to nothing if curses is not present?
On Sat, Aug 5, 2017 at 9:15 AM Michał Górny via Phabricator <
revi...@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
>
>
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to