aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-strings/CMakeLists.txt
blob: 9339892a4997270981fb56a405a06f3c0816a89e (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  Core
  Object
  Support
  )

add_llvm_tool(llvm-strings
  llvm-strings.cpp
  )