06ac051602ea973bd9800b2b6d367640153c0714
[oota-llvm.git] / tools / llvm-dis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Core
4   Support
5   )
6
7 add_llvm_tool(llvm-dis
8   llvm-dis.cpp
9   )