d4f5be749046ec12beacd0b103d137e235dfc8f3
[oota-llvm.git] / tools / llvm-link / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   IRReader
5   Linker
6   Support
7   )
8
9 add_llvm_tool(llvm-link
10   llvm-link.cpp
11   )