[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2013-12-10 11:13:32 +00:00
parent 1f2868899a
commit 3aabdebde2
48 changed files with 291 additions and 57 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
set(LLVM_LINK_COMPONENTS bitwriter)
set(LLVM_LINK_COMPONENTS
BitWriter
Core
Support
)
add_llvm_example(ModuleMaker
ModuleMaker.cpp