aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-debuginfod-find/CMakeLists.txt
blob: b98c431c1839bb359487254a9818d29b71913950 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS
  Object
  Support
  )
add_llvm_tool(llvm-debuginfod-find
  llvm-debuginfod-find.cpp
  )
target_link_libraries(llvm-debuginfod-find PRIVATE LLVMDebuginfod)
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
  add_llvm_tool_symlink(debuginfod-find llvm-debuginfod-find)
endif()