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

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

Issue 1709343002: Remove tools/clang (this will break things temporarily). Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 months 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
Index: tools/clang/empty_string/CMakeLists.txt
diff --git a/tools/clang/empty_string/CMakeLists.txt b/tools/clang/empty_string/CMakeLists.txt
deleted file mode 100644
index 4697a8035d1e7409397384c54944f6caeb0b211c..0000000000000000000000000000000000000000
--- a/tools/clang/empty_string/CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- BitReader
- MCParser
- Option
- )
-
-add_llvm_executable(empty_string
- EmptyStringConverter.cpp
- )
-
-target_link_libraries(empty_string
- clangAST
- clangASTMatchers
- clangAnalysis
- clangBasic
- clangDriver
- clangEdit
- clangFrontend
- clangLex
- clangParse
- clangSema
- clangSerialization
- clangTooling
- )
-
-cr_install(TARGETS empty_string RUNTIME DESTINATION bin)
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/weak_fields_require_tracing.txt ('k') | tools/clang/empty_string/EmptyStringConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698