From 3bd47cee78afc3aea72ef0da887bf4caa7f685aa Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 11 Feb 2015 03:28:02 +0000 Subject: Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. This allows IDEs to recognize the entire set of header files for each of the core LLVM projects. Differential Revision: http://reviews.llvm.org/D7526 Reviewed By: Chris Bieneman llvm-svn: 228798 --- llvm/lib/LineEditor/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'llvm/lib/LineEditor/CMakeLists.txt') diff --git a/llvm/lib/LineEditor/CMakeLists.txt b/llvm/lib/LineEditor/CMakeLists.txt index 0dec256e415..0d2bada1e84 100644 --- a/llvm/lib/LineEditor/CMakeLists.txt +++ b/llvm/lib/LineEditor/CMakeLists.txt @@ -5,7 +5,10 @@ endif() add_llvm_library(LLVMLineEditor LineEditor.cpp + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor + LINK_LIBS LLVMSupport ${link_libs} -) + ) -- cgit v1.2.3