[llvm] r279470 - Add ADT headers to the cmake headers directory for LLVMSupport. NFC.
Pete Cooper via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 13:38:53 PDT 2016
Author: pete
Date: Mon Aug 22 15:38:53 2016
New Revision: 279470
URL: http://llvm.org/viewvc/llvm-project?rev=279470&view=rev
Log:
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.
Modified:
llvm/trunk/lib/Support/CMakeLists.txt
Modified: llvm/trunk/lib/Support/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/CMakeLists.txt?rev=279470&r1=279469&r2=279470&view=diff
==============================================================================
--- llvm/trunk/lib/Support/CMakeLists.txt (original)
+++ llvm/trunk/lib/Support/CMakeLists.txt Mon Aug 22 15:38:53 2016
@@ -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}
More information about the llvm-commits
mailing list