Add the attributes that are passed in instead of the ones we're merging into.
[oota-llvm.git] / tools / llvm-extract / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)
2
3 add_llvm_tool(llvm-extract
4   llvm-extract.cpp
5   )