1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
llvm-mirror/tools/llvm-strings/CMakeLists.txt

11 lines
107 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
Object
Support
)
add_llvm_tool(llvm-strings
llvm-strings.cpp
)