summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Frontend/Rewrite/CMakeLists.txt')
-rw-r--r--clang/lib/Frontend/Rewrite/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/clang/lib/Frontend/Rewrite/CMakeLists.txt b/clang/lib/Frontend/Rewrite/CMakeLists.txt
new file mode 100644
index 00000000000..924bf5d5ee2
--- /dev/null
+++ b/clang/lib/Frontend/Rewrite/CMakeLists.txt
@@ -0,0 +1,22 @@
+set(LLVM_LINK_COMPONENTS
+ Support
+ )
+
+add_clang_library(clangRewriteFrontend
+ FixItRewriter.cpp
+ FrontendActions.cpp
+ HTMLPrint.cpp
+ InclusionRewriter.cpp
+ RewriteMacros.cpp
+ RewriteModernObjC.cpp
+ RewriteObjC.cpp
+ RewriteTest.cpp
+
+ LINK_LIBS
+ clangAST
+ clangBasic
+ clangEdit
+ clangFrontend
+ clangLex
+ clangRewrite
+ )
OpenPOWER on IntegriCloud