1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/llvm-gsymutil/CMakeLists.txt

15 lines
176 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoDWARF
DebugInfoGSYM
MC
Object
Support
Target
)
add_llvm_tool(llvm-gsymutil
llvm-gsymutil.cpp
)