aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling/Core/CMakeLists.txt
blob: c8c75f95f3cbabdc1e93670c139d3be2d519aed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS support)

add_clang_library(clangToolingCore
  Replacement.cpp

  LINK_LIBS
  clangBasic
  clangLex
  clangRewrite
  )