summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Rewrite')
-rw-r--r--lib/Rewrite/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Rewrite/CMakeLists.txt b/lib/Rewrite/CMakeLists.txt
index 16550b1b71..0c77536012 100644
--- a/lib/Rewrite/CMakeLists.txt
+++ b/lib/Rewrite/CMakeLists.txt
@@ -10,6 +10,7 @@ add_clang_library(clangRewrite
TokenRewriter.cpp
LINK_LIBS
+ clangAST
clangBasic
clangLex
)