Sign in
llvm
/
llvm-project
/
llvm
/
69e1d75ecd31fba4c38a7e0b64708f39ec4a4a38
/
.
/
tools
/
llvm-strings
/
CMakeLists.txt
blob: 9339892a4997270981fb56a405a06f3c0816a89e [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
Object
Support
)
add_llvm_tool(llvm-strings
llvm-strings.cpp
)