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

add_llvm_tool(llvm-ranlib
  llvm-ranlib.cpp
  )