summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/CMakeLists.txt
blob: f52cf6c8917f2550375fcf95b9e4994acc9770c1 (plain)
1
2
3
4
5
6
SET(LLVM_USED_LIBS clangBasic clangFrontend clangAST)

add_clang_library(clangTooling
  JsonCompileCommandLineDatabase.cpp
  Tooling.cpp
  )
OpenPOWER on IntegriCloud