Author: adrian
Date: Sat Jun 20 14:28:07 2015
New Revision: 240227

URL: http://llvm.org/viewvc/llvm-project?rev=240227&view=rev
Log:
Add missing dependency clangFrontend to clangQuery.

Modified:
    clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt

Modified: clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt?rev=240227&r1=240226&r2=240227&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt Sat Jun 20 14:28:07 
2015
@@ -6,6 +6,7 @@ target_link_libraries(clang-query
   clangASTMatchers
   clangBasic
   clangDynamicASTMatchers
+  clangFrontend
   clangQuery
   clangTooling
   )


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to