summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/CMakeLists.txt
blob: 66045515e5e78d0a1ab46889d386380f5e84230c (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS support)
SET(LLVM_USED_LIBS clangBasic clangFrontend clangAST)

add_clang_library(clangTooling
  CompilationDatabase.cpp
  Tooling.cpp
  ArgumentsAdjusters.cpp
  )
OpenPOWER on IntegriCloud