llvm/llvm/tools/llvm-undname/CMakeLists.txt

set(LLVM_LINK_COMPONENTS
  Demangle
  Support
  )

add_llvm_tool(llvm-undname
  llvm-undname.cpp
  )