llvm-6502/tools/llvm-nm/CMakeLists.txt
2013-12-10 11:13:32 +00:00

11 lines
108 B
CMake

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