1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/utils/obj2yaml/CMakeLists.txt
Marshall Clow 51d2b8e1ff New test tool: obj2yaml
llvm-svn: 158730
2012-06-19 18:02:35 +00:00

8 lines
146 B
CMake

set(LLVM_LINK_COMPONENTS archive object)
add_llvm_utility(obj2yaml
obj2yaml.cpp coff2yaml.cpp
)
target_link_libraries(obj2yaml LLVMSupport)