diff options
author | Chris Bieneman <beanz@apple.com> | 2016-05-02 22:42:09 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-05-02 22:42:09 +0000 |
commit | 248325ae4c36bc523133914596721bd8155f1d18 (patch) | |
tree | 6e3a3ba883091fa9c06e17c8385310fe0fd21a28 /cmake/caches | |
parent | 2cdd1c1d89d5f1b776b4e66232f93b8699982aa6 (diff) | |
download | clang-248325ae4c36bc523133914596721bd8155f1d18.tar.gz |
[CMake] Install libcxx-headers as part of the Apple-stage2 distribution
This installs the clang headers as part of the install-distribution target.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/caches')
-rw-r--r-- | cmake/caches/Apple-stage2.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake index 922f8ec426..00ab970bad 100644 --- a/cmake/caches/Apple-stage2.cmake +++ b/cmake/caches/Apple-stage2.cmake @@ -55,6 +55,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS LTO clang-format clang-headers + libcxx-headers ${LLVM_TOOLCHAIN_TOOLS} CACHE STRING "") |