Revert part of r247553, "[CMake] Reformat CLANG_TEST_DEPS." It was accidental commit.
[oota-llvm.git] / tools / macho-dump / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
5
6 add_llvm_tool(macho-dump
7   macho-dump.cpp
8   )