blob: b88e1f8333a260b71fcecef0c8549e01d3483f45 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangToolingCore
Lookup.cpp
Replacement.cpp
LINK_LIBS
clangAST
clangBasic
clangLex
clangRewrite
)