[CMake] Adding clang-headers to the Apple-stage2 distribution
authorChris Bieneman <beanz@apple.com>
Mon, 2 May 2016 22:38:06 +0000 (22:38 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 2 May 2016 22:38:06 +0000 (22:38 +0000)
This installs the clang headers as part of the install-distribution target.

llvm-svn: 268319

clang/cmake/caches/Apple-stage2.cmake

index 305d93a..922f8ec 100644 (file)
@@ -54,6 +54,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
   clang
   LTO
   clang-format
+  clang-headers
   ${LLVM_TOOLCHAIN_TOOLS}
   CACHE STRING "")