| Index: tools/clang/refactor_message_loop/CMakeLists.txt | 
| diff --git a/tools/clang/translation_unit/CMakeLists.txt b/tools/clang/refactor_message_loop/CMakeLists.txt | 
| similarity index 57% | 
| copy from tools/clang/translation_unit/CMakeLists.txt | 
| copy to tools/clang/refactor_message_loop/CMakeLists.txt | 
| index 9b4fd8b2950a19f385230a48f45982e6303bb353..9dc78af33092c844feaa5590a47792d1e1f271ee 100644 | 
| --- a/tools/clang/translation_unit/CMakeLists.txt | 
| +++ b/tools/clang/refactor_message_loop/CMakeLists.txt | 
| @@ -4,11 +4,11 @@ set(LLVM_LINK_COMPONENTS | 
| Option | 
| ) | 
|  | 
| -add_llvm_executable(translation_unit | 
| -  TranslationUnitGenerator.cpp | 
| +add_llvm_executable(refactor_message_loop | 
| +    RefactorMessageLoop.cpp | 
| ) | 
|  | 
| -target_link_libraries(translation_unit | 
| +target_link_libraries(refactor_message_loop | 
| clangAST | 
| clangASTMatchers | 
| clangAnalysis | 
| @@ -23,4 +23,4 @@ target_link_libraries(translation_unit | 
| clangTooling | 
| ) | 
|  | 
| -cr_install(TARGETS translation_unit RUNTIME DESTINATION bin) | 
| +cr_install(TARGETS refactor_message_loop RUNTIME DESTINATION bin) | 
|  |