summaryrefslogtreecommitdiffstats
path: root/clang-query
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-02-26 06:41:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-02-26 06:41:29 +0000
commit61727cdab2d2c533e73cfd1cc3a2662c068c5474 (patch)
tree291c874cf95c59fa700a2a0f3b2f8a36d4c921de /clang-query
parent5ffa954528d42a177f56cf6fe2dcc3f0da291d7a (diff)
[CMake] Use LINK_LIBS instead of target_link_libraries().
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@202238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-query')
-rw-r--r--clang-query/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-query/CMakeLists.txt b/clang-query/CMakeLists.txt
index 0fb8c3c2..46febd60 100644
--- a/clang-query/CMakeLists.txt
+++ b/clang-query/CMakeLists.txt
@@ -6,8 +6,8 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangQuery
Query.cpp
QueryParser.cpp
- )
-target_link_libraries(clangQuery
+
+ LINK_LIBS
clangAST
clangASTMatchers
clangBasic