]> granicus.if.org Git - clang/commitdiff
Hiding the scan-build and scan-view projects under the Misc folder in IDEs instead...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 11 Nov 2015 18:13:42 +0000 (18:13 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 11 Nov 2015 18:13:42 +0000 (18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252771 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/CMakeLists.txt
tools/scan-view/CMakeLists.txt

index d6535a109846c41c22c11b4611090fe70729f4af..7c2df32e0d3f44b80b5237cac1645661ac398432 100644 (file)
@@ -76,5 +76,6 @@ if(CLANG_INSTALL_SCANBUILD)
   endforeach()
 
   add_custom_target(scan-build ALL DEPENDS ${Depends})
+  set_target_properties(scan-build PROPERTIES FOLDER "Misc")
 endif()
 
index 91d3ab4fc5072993440e447cbf0dcbca5c00d374..fb0f26f7e443bab90b8d5a18fff84db44e5d8988 100644 (file)
@@ -37,4 +37,5 @@ if(CLANG_INSTALL_SCANVIEW)
   endforeach()
 
   add_custom_target(scan-view ALL DEPENDS ${Depends})
+  set_target_properties(scan-view PROPERTIES FOLDER "Misc")
 endif()