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)
commit067ee5b549d7541a1d3c3c34245ec344cbe56aa6
treee85c589aefd7ef5f9386c06bc906a66bd393a56f
parent0f488dc215bb3aa83ef53d8ca4c935f5db0f2a67
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