summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/CMakeLists.txt
blob: e933faeb0f506b9a448e9528d42d6139594aaab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
set(LLVM_LINK_COMPONENTS Support)

add_clang_library(clangToolingSyntax
  BuildTree.cpp
  ComputeReplacements.cpp
  Nodes.cpp
  Mutations.cpp
  Synthesis.cpp
  Tokens.cpp
  Tree.cpp

  LINK_LIBS
  clangAST
  clangBasic
  clangFrontend
  clangLex
  clangToolingCore

  DEPENDS
  omp_gen
  )