forked from OSchip/llvm-project
[CMake] Adding clang-headers to the Apple-stage2 distribution
This installs the clang headers as part of the install-distribution target. llvm-svn: 268319
This commit is contained in:
parent
1cfa273091
commit
9920c39aef
|
@ -54,6 +54,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
|
|||
clang
|
||||
LTO
|
||||
clang-format
|
||||
clang-headers
|
||||
${LLVM_TOOLCHAIN_TOOLS}
|
||||
CACHE STRING "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue