1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/tools/llvm-nm/CMakeLists.txt

6 lines
85 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS archive bitreader)
add_llvm_tool(llvm-nm
llvm-nm.cpp
)