llvm-6502/tools/llvm-nm/CMakeLists.txt
2010-09-10 21:14:25 +00:00

6 lines
98 B
CMake

add_llvm_tool(llvm-nm
llvm-nm.cpp
)
target_link_libraries(llvm-nm LLVMArchive LLVMBitReader)