Author: klimek
Date: Mon Sep 28 08:26:39 2015
New Revision: 248710

URL: http://llvm.org/viewvc/llvm-project?rev=248710&view=rev
Log:
Install clang-query by default.

It is already installed by the autotools build, and it is useful for
developers who are not working on LLVM/Clang itself.

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=248710&r1=248709&r2=248710&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-query/tool/CMakeLists.txt Mon Sep 28 08:26:39 
2015
@@ -10,3 +10,5 @@ target_link_libraries(clang-query
   clangQuery
   clangTooling
   )
+
+install(TARGETS clang-query RUNTIME DESTINATION bin)


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to