blob: fee5f5b0ce56d67c8faec09b3bc3bfc1aa32f226 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS Support)
add_clang_library(clangToolingSyntax
BuildTree.cpp
Nodes.cpp
Tokens.cpp
Tree.cpp
LINK_LIBS
clangAST
clangBasic
clangFrontend
clangLex
clangToolingCore
)