1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/tools/yaml2obj/CMakeLists.txt
2013-12-10 11:13:32 +00:00

13 lines
170 B
CMake

set(LLVM_LINK_COMPONENTS
Object
Support
)
add_llvm_utility(yaml2obj
yaml2obj.cpp
yaml2coff.cpp
yaml2elf.cpp
)
target_link_libraries(yaml2obj LLVMSupport)