forked from OSchip/llvm-project
Move the libclang-headers project into the Misc folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.
llvm-svn: 317417
This commit is contained in:
parent
a5ee69a010
commit
e7db01f0e0
|
@ -145,6 +145,7 @@ install(DIRECTORY ../../include/clang-c
|
|||
# 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)
|
||||
set_target_properties(libclang-headers PROPERTIES FOLDER "Misc")
|
||||
|
||||
if (NOT CMAKE_CONFIGURATION_TYPES) # don't add this for IDE's.
|
||||
add_custom_target(install-libclang-headers
|
||||
|
|
Loading…
Reference in New Issue