summaryrefslogtreecommitdiffstats
path: root/clang-query
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-14 05:01:53 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-14 05:01:53 +0000
commit479bfce77e5ed9acb23c96fb336e61d8a16f8253 (patch)
treee31219e2c39cab1ac3825c8298f9dc80749d67ba /clang-query
parent8f65497a22df6d0b1f17e698325aa1a5df2583d1 (diff)
[CMake] Update libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-query')
-rw-r--r--clang-query/tool/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-query/tool/CMakeLists.txt b/clang-query/tool/CMakeLists.txt
index 2b58bf6d..1a7a10b4 100644
--- a/clang-query/tool/CMakeLists.txt
+++ b/clang-query/tool/CMakeLists.txt
@@ -2,6 +2,10 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
add_clang_executable(clang-query ClangQuery.cpp)
target_link_libraries(clang-query
+ clangAST
+ clangASTMatchers
+ clangBasic
+ clangDynamicASTMatchers
clangFrontend
clangQuery
clangTooling