mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
12 lines
149 B
CMake
12 lines
149 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
${LLVM_TARGETS_TO_BUILD}
|
||
|
MC
|
||
|
MCParser
|
||
|
MCDisassembler
|
||
|
Object
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-objdump
|
||
|
llvm-objdump.cpp
|
||
|
)
|