Fixing a CMake developer warning.
[oota-llvm.git] / tools / llvm-lto / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   LTO
4   MC
5   Support
6   )
7
8 add_llvm_tool(llvm-lto
9   llvm-lto.cpp
10   )
11