aboutsummaryrefslogtreecommitdiff
path: root/lib/Comments/CMakeLists.txt
blob: f9561c649cd85d6087ee16a36b857ccb3194b519 (plain)
1
2
3
4
5
6
7
set(LLVM_USED_LIBS clangBasic clangAST clangLex)

add_clang_library(clangComments
  CommentLexer.cpp
  RawCommentList.cpp
  )