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

11 lines
123 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
Object
Support
)
add_llvm_tool(llvm-nm
llvm-nm.cpp
)