blob: b84b21194190f3e0ba4e186fe5161524c594f964 [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
7 )