summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/CMakeLists.txt
blob: 46febd60939f83a654151cc27091d8ef3b4676ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(LLVM_LINK_COMPONENTS
  lineeditor
  support
  )

add_clang_library(clangQuery
  Query.cpp
  QueryParser.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangDynamicASTMatchers
  clangFrontend
  )

add_subdirectory(tool)
OpenPOWER on IntegriCloud