[libclang] Add dummy libclang-headers target

`LLVM_DISTRIBUTION_COMPONENTS` assumes that each component has both
`component` and `install-component` targets. Add a dummy no-op target
for `libclang-headers` to placate this check.

Differential Revision: https://reviews.llvm.org/D39524

llvm-svn: 317188
This commit is contained in:
Shoaib Meenai 2017-11-02 05:04:00 +00:00
parent 99cfb67ad2
commit c37c747b2c
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@ install(DIRECTORY ../../include/clang-c
PATTERN ".svn" EXCLUDE
)
# LLVM_DISTRIBUTION_COMPONENTS requires that each component have both a
# component and an install-component target, so add a dummy libclang-headers
# target to allow using it in LLVM_DISTRIBUTION_COMPONENTS.
add_custom_target(libclang-headers)
if (NOT CMAKE_CONFIGURATION_TYPES) # don't add this for IDE's.
add_custom_target(install-libclang-headers
DEPENDS