summaryrefslogtreecommitdiff
path: root/lib/Index/CMakeLists.txt
blob: c4ff5a01307e604e78134ea9c2545b1429a2668e (plain)
1
2
3
4
5
6
7
8
9
10
11
add_clang_library(clangIndex
  CommentToXML.cpp
  SimpleFormatContext.h
  USRGeneration.cpp
  )

target_link_libraries(clangIndex
  clangBasic
  clangAST
  clangFormat
  )