mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
295eeff050
llvm-svn: 286594
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
|
|
)
|
|
|