1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/tools/macho-dump/CMakeLists.txt

6 lines
113 B
CMake
Raw Normal View History

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