summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/CMakeLists.txt
blob: 97d43031e255cbf8d73487145652a4e12594baa3 (plain)
1
2
3
4
5
6
7
8
add_clang_library(clangIndex
  USRGeneration.cpp
  )

target_link_libraries(clangIndex
  clangBasic
  clangAST
  )
OpenPOWER on IntegriCloud