llvm-65816/tools/llvm-size/CMakeLists.txt

6 lines
78 B
CMake

set(LLVM_LINK_COMPONENTS object)
add_llvm_tool(llvm-size
llvm-size.cpp
)