projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57af41e
)
CMake: Add the folder "Tablegenning" on llvm-tblgen targets.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 30 Jan 2012 03:01:03 +0000
(
03:01
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 30 Jan 2012 03:01:03 +0000
(
03:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149219
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/TableGen.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/TableGen.cmake
b/cmake/modules/TableGen.cmake
index 8c06b051b4d6fda0012e18850d880da831e720a8..1b1b1728d7442c52d9af7c430c395a475f912905 100644
(file)
--- 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()