1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/tools/macho-dump/CMakeLists.txt
2010-12-10 09:18:26 +00:00

6 lines
113 B
CMake

set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support object)
add_llvm_tool(macho-dump
macho-dump.cpp
)