repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Remove LitTestCase
[llvm-complete.git]
/
tools
/
llvm-strings
/
CMakeLists.txt
blob
390f117513978289c77013acf7b24fff54f17457
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Object
4
Support
5
)
6
7
add_llvm_tool(llvm-strings
8
llvm-strings.cpp
9
)
10
11
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
12
add_llvm_tool_symlink(strings llvm-strings)
13
endif()