aboutsummaryrefslogtreecommitdiff
path: root/lib/Comments/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Comments/CMakeLists.txt')
-rw-r--r--lib/Comments/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Comments/CMakeLists.txt b/lib/Comments/CMakeLists.txt
new file mode 100644
index 0000000000..f9561c649c
--- /dev/null
+++ b/lib/Comments/CMakeLists.txt
@@ -0,0 +1,7 @@
+set(LLVM_USED_LIBS clangBasic clangAST clangLex)
+
+add_clang_library(clangComments
+ CommentLexer.cpp
+ RawCommentList.cpp
+ )
+