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