From b510157d3510cd834d9eeac64fbb663701ff0476 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 30 Jan 2012 03:01:03 +0000 Subject: [PATCH] CMake: Add the folder "Tablegenning" on llvm-tblgen targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149219 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/TableGen.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake index 8c06b051b4d..1b1b1728d74 100644 --- a/cmake/modules/TableGen.cmake +++ b/cmake/modules/TableGen.cmake @@ -51,6 +51,7 @@ function(add_public_tablegen_target target) add_custom_target(${target} DEPENDS ${TABLEGEN_OUTPUT}) add_dependencies(${target} ${LLVM_COMMON_DEPENDS}) + set_target_properties(${target} PROPERTIES FOLDER "Tablegenning") endif( TABLEGEN_OUTPUT ) endfunction() -- 2.34.1