summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2017-11-04 20:00:21 +0000
committerAaron Ballman <aaron@aaronballman.com>2017-11-04 20:00:21 +0000
commite6a07fba478b905b307cf2a62ac2f2821d00a75e (patch)
treebc3580efb2970d4758257e560e6dbdd9c49c42b4
parent4129135186d84a992ba0e9cb9ae890fe1e6e19b3 (diff)
downloadclang-e6a07fba478b905b307cf2a62ac2f2821d00a75e.tar.gz
Move the libclang-headers project into the Misc folder on IDEs like Visual Studio rather than leave it in the root directory. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317417 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/libclang/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt
index da2beca2ac..3a51c6a5f2 100644
--- a/tools/libclang/CMakeLists.txt
+++ b/tools/libclang/CMakeLists.txt
@@ -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