1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/tools/llvm-rtdyld/CMakeLists.txt

14 lines
178 B
CMake
Raw Normal View History

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