Don't link with the archive library programs that don't use it.
[oota-llvm.git] / tools / obj2yaml / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS object)
2
3 add_llvm_utility(obj2yaml
4   obj2yaml.cpp coff2yaml.cpp
5   )
6
7 target_link_libraries(obj2yaml LLVMSupport)