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 7 ) 8