文本文件  |  19行  |  243 B

set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_library(clangIndex
  CommentToXML.cpp
  USRGeneration.cpp

  ADDITIONAL_HEADERS
  SimpleFormatContext.h

  LINK_LIBS
  clangAST
  clangBasic
  clangFormat
  clangRewrite
  clangToolingCore
  )