Skip to content

Commit 00a565c

Browse files
committed
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279470 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 75494aa commit 00a565c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ add_llvm_library(LLVMSupport
130130
ADDITIONAL_HEADER_DIRS
131131
Unix
132132
Windows
133+
${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
133134
${LLVM_MAIN_INCLUDE_DIR}/llvm/Support
134135

135136
LINK_LIBS ${system_libs}

0 commit comments

Comments
 (0)