Initial support for the CMake build system.
[oota-llvm.git] / tools / llvm-ld / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
2 set(LLVM_REQUIRES_EH 1)
3
4 add_llvm_tool(llvm-ld
5   Optimize.cpp
6   llvm-ld.cpp
7   )