summaryrefslogtreecommitdiffstats
path: root/clang-query
diff options
context:
space:
mode:
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