From 067ee5b549d7541a1d3c3c34245ec344cbe56aa6 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Mon, 22 Aug 2016 20:38:53 +0000 Subject: [PATCH] Add ADT headers to the cmake headers directory for LLVMSupport. NFC. Xcode and MSVC list the headers and source files for each library. LLVMSupport lists included the source files for ADT but not the headers. This add the ADT headers so that they are browsable by the UI. llvm-svn: 279470 --- llvm/lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 3d718e6..229a1a3 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -130,6 +130,7 @@ add_llvm_library(LLVMSupport ADDITIONAL_HEADER_DIRS Unix Windows + ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT ${LLVM_MAIN_INCLUDE_DIR}/llvm/Support LINK_LIBS ${system_libs} -- 2.7.4