11 lines
107 B
CMake
11 lines
107 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-strings
|
|
llvm-strings.cpp
|
|
)
|
|
|