OSDN Git Service

Add ADT headers to the cmake headers directory for LLVMSupport. NFC.
authorPete Cooper <peter_cooper@apple.com>
Mon, 22 Aug 2016 20:38:53 +0000 (20:38 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 22 Aug 2016 20:38:53 +0000 (20:38 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279470 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CMakeLists.txt

index 3d718e6..229a1a3 100644 (file)
@@ -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}