[llvm-commits] [llvm] r149219 - /llvm/trunk/cmake/modules/TableGen.cmake
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jan 29 19:01:03 PST 2012
Author: chapuni
Date: Sun Jan 29 21:01:03 2012
New Revision: 149219
URL: http://llvm.org/viewvc/llvm-project?rev=149219&view=rev
Log:
CMake: Add the folder "Tablegenning" on llvm-tblgen targets.
Modified:
llvm/trunk/cmake/modules/TableGen.cmake
Modified: llvm/trunk/cmake/modules/TableGen.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/TableGen.cmake?rev=149219&r1=149218&r2=149219&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/TableGen.cmake (original)
+++ llvm/trunk/cmake/modules/TableGen.cmake Sun Jan 29 21:01:03 2012
@@ -51,6 +51,7 @@
add_custom_target(${target}
DEPENDS ${TABLEGEN_OUTPUT})
add_dependencies(${target} ${LLVM_COMMON_DEPENDS})
+ set_target_properties(${target} PROPERTIES FOLDER "Tablegenning")
endif( TABLEGEN_OUTPUT )
endfunction()
More information about the llvm-commits
mailing list