llvm-project/llvm/tools/llvm-nm/CMakeLists.txt

9 lines
89 B
CMake

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