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

CMakeLists.txt

index 42d580077d878a4c855ac91d9e845238e10d279b..563b33eae2e853881b4992e6841fd809f0973286 100644 (file)
@@ -429,6 +429,7 @@ add_subdirectory(include)
 # All targets below may depend on all tablegen'd files.
 get_property(CLANG_TABLEGEN_TARGETS GLOBAL PROPERTY CLANG_TABLEGEN_TARGETS)
 add_custom_target(clang-tablegen-targets DEPENDS ${CLANG_TABLEGEN_TARGETS})
+set_target_properties(clang-tablegen-targets PROPERTIES FOLDER "Misc")
 list(APPEND LLVM_COMMON_DEPENDS clang-tablegen-targets)
 
 # Force target to be built as soon as possible. Clang modules builds depend