Use a scheme closer to that of GNU as when deciding the type of a
[oota-llvm.git] / tools / llvm-dis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
2
3 add_llvm_tool(llvm-dis
4   llvm-dis.cpp
5   )