1set(LLVM_LINK_COMPONENTS Support) 2 3add_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 12 13 LINK_LIBS 14 clangAST 15 clangBasic 16 clangFrontend 17 clangLex 18 clangToolingCore 19 20 DEPENDS 21 omp_gen 22 ) 23