summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite/Core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Rewrite/Core/CMakeLists.txt')
-rw-r--r--lib/Rewrite/Core/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Rewrite/Core/CMakeLists.txt b/lib/Rewrite/Core/CMakeLists.txt
deleted file mode 100644
index 896382c36d..0000000000
--- a/lib/Rewrite/Core/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- Support
- )
-
-add_clang_library(clangRewriteCore
- DeltaTree.cpp
- HTMLRewrite.cpp
- RewriteRope.cpp
- Rewriter.cpp
- TokenRewriter.cpp
-
- LINK_LIBS
- clangAST
- clangBasic
- clangLex
- )