summaryrefslogtreecommitdiff
path: root/tools/llvm-ranlib/CMakeLists.txt
blob: 3116d2e4ff79eae914c574e6dca664248cce5f0f (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS archive)
set(LLVM_REQUIRES_EH 1)

add_llvm_tool(llvm-ranlib
  llvm-ranlib.cpp
  )