blob: 66045515e5e78d0a1ab46889d386380f5e84230c [file] [log] [blame]
Manuel Klimekcb971c62012-04-04 12:07:46 +00001set(LLVM_LINK_COMPONENTS support)
2SET(LLVM_USED_LIBS clangBasic clangFrontend clangAST)
3
4add_clang_library(clangTooling
5 CompilationDatabase.cpp
6 Tooling.cpp
Simon Atanasyana01ddc72012-05-09 16:18:30 +00007 ArgumentsAdjusters.cpp
Manuel Klimekcb971c62012-04-04 12:07:46 +00008 )