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