summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Rewrite/CMakeLists.txt')
-rw-r--r--lib/Rewrite/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Rewrite/CMakeLists.txt b/lib/Rewrite/CMakeLists.txt
new file mode 100644
index 0000000..52670b8
--- /dev/null
+++ b/lib/Rewrite/CMakeLists.txt
@@ -0,0 +1,9 @@
+set(LLVM_NO_RTTI 1)
+
+add_clang_library(clangRewrite
+ DeltaTree.cpp
+ HTMLRewrite.cpp
+ Rewriter.cpp
+ RewriteRope.cpp
+ TokenRewriter.cpp
+ )
OpenPOWER on IntegriCloud