Manuel Klimek | cb971c6 | 2012-04-04 12:07:46 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS support) |
2 | SET(LLVM_USED_LIBS clangBasic clangFrontend clangAST) | ||||
3 | |||||
4 | add_clang_library(clangTooling | ||||
5 | CompilationDatabase.cpp | ||||
6 | Tooling.cpp | ||||
Simon Atanasyan | a01ddc7 | 2012-05-09 16:18:30 +0000 | [diff] [blame] | 7 | ArgumentsAdjusters.cpp |
Manuel Klimek | cb971c6 | 2012-04-04 12:07:46 +0000 | [diff] [blame] | 8 | ) |