Remove a global 'endl' variable from the other file as well.
[oota-llvm.git] / tools / obj2yaml / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS archive object)
2
3 add_llvm_utility(obj2yaml
4   obj2yaml.cpp coff2yaml.cpp
5   )
6
7 target_link_libraries(obj2yaml LLVMSupport)