hanchenye-llvm-project/llvm/tools/llvm-rtdyld/CMakeLists.txt

16 lines
213 B
CMake

set(LLVM_LINK_COMPONENTS
AllTargetsDisassemblers
AllTargetsDescs
AllTargetsInfos
DebugInfoDWARF
ExecutionEngine
MC
Object
RuntimeDyld
Support
)
add_llvm_tool(llvm-rtdyld
llvm-rtdyld.cpp
)