[lit] Remove LitTestCase
[llvm-complete.git] / tools / llvm-cxxdump / CMakeLists.txt
blobada886e888734225f53b575365ded0b89be2f112
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   Object
4   Support
5   )
7 add_llvm_tool(llvm-cxxdump
8   llvm-cxxdump.cpp
9   Error.cpp
10   )