Initial support for the CMake build system.
[oota-llvm.git] / tools / llvm-nm / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS archive bitreader)
2
3 add_llvm_tool(llvm-nm
4   llvm-nm.cpp
5   )