1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/llvm-size/CMakeLists.txt

9 lines
93 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Object
Support
)
2011-09-28 22:57:46 +02:00
add_llvm_tool(llvm-size
llvm-size.cpp
)