Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: tools/clang/translation_unit/CMakeLists.txt

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/clang/scripts/update.sh ('k') | tools/clang/translation_unit/TranslationUnitGenerator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « tools/clang/scripts/update.sh ('k') | tools/clang/translation_unit/TranslationUnitGenerator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698