diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-30 03:01:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-30 03:01:03 +0000 |
commit | b510157d3510cd834d9eeac64fbb663701ff0476 (patch) | |
tree | a25c47bdfc21d876914734ac18778d9c6b6564a2 | |
parent | 57af41e78c244951459c001dc37a92837a1c8f66 (diff) |
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
-rw-r--r-- | cmake/modules/TableGen.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake index 8c06b051b4..1b1b1728d7 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() |