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