Replace uses of the deprecated std::auto_ptr with OwningPtr.
[oota-llvm.git] / tools / llvm-dis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
2
3 add_llvm_tool(llvm-dis
4   llvm-dis.cpp
5   )