]> granicus.if.org Git - clang/commitdiff
Move the libclang-headers project into the Misc folder on IDEs like Visual Studio...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 4 Nov 2017 20:00:21 +0000 (20:00 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 4 Nov 2017 20:00:21 +0000 (20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317417 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CMakeLists.txt

index da2beca2ac1c531ccb1f1e70f61980b34db72bf1..3a51c6a5f2b7ca4262c831d92e8b22cf6cc7dca6 100644 (file)
@@ -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