mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
11 lines
144 B
CMake
11 lines
144 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
${LLVM_TARGETS_TO_BUILD}
|
||
|
Object
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-vtabledump
|
||
|
llvm-vtabledump.cpp
|
||
|
Error.cpp
|
||
|
)
|