Initial support for the CMake build system.
[oota-llvm.git] / tools / llvm-link / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS linker bitreader bitwriter)
2
3 add_llvm_tool(llvm-link
4   llvm-link.cpp
5   )