[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / lib / Tooling / Syntax / CMakeLists.txt
blob6588eba2cd379e0cf5f2c359eec92cd7cc882100
1 set(LLVM_LINK_COMPONENTS Support)
3 add_clang_library(clangToolingSyntax
4   BuildTree.cpp
5   ComputeReplacements.cpp
6   Nodes.cpp
7   Mutations.cpp
8   TokenBufferTokenManager.cpp
9   Synthesis.cpp
10   Tokens.cpp
11   Tree.cpp
13   LINK_LIBS
14   clangAST
15   clangBasic
16   clangFrontend
17   clangLex
18   clangToolingCore
20   DEPENDS
21   omp_gen
22   )