[Lldb-commits] [PATCH] D51999: build: add libedit to include paths

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 12 12:41:29 PDT 2018


tatyana-krasnukha created this revision.
tatyana-krasnukha added a reviewer: compnerd.
Herald added subscribers: lldb-commits, mgorny.

Without that build of Host, Core and Interpreter with custom libedit fails.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51999

Files:
  CMakeLists.txt


Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -31,6 +31,7 @@
   add_definitions( -DLLDB_DISABLE_LIBEDIT )
 else()
   find_package(LibEdit REQUIRED)
+  include_directories(${libedit_INCLUDE_DIRS})
 endif()
 
 if(APPLE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51999.165130.patch
Type: text/x-patch
Size: 303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180912/c7f1b8de/attachment.bin>


More information about the lldb-commits mailing list