llvm-6502/utils/obj2yaml/CMakeLists.txt

8 lines
146 B
CMake
Raw Normal View History

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