llvm-6502/tools/llvm-rtdyld/CMakeLists.txt

14 lines
173 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfo
ExecutionEngine
MC
Object
RuntimeDyld
Support
)
add_llvm_tool(llvm-rtdyld
llvm-rtdyld.cpp
)