summaryrefslogtreecommitdiffstats
path: root/clang-query
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2015-09-28 13:26:39 +0000
committerManuel Klimek <klimek@google.com>2015-09-28 13:26:39 +0000
commita74c3822cac2b0eea2bab82f0d0f817b538e179b (patch)
tree0344d7967afac5f375c221a121030283b666f9f1 /clang-query
parenta13378c76af26c28cb2e9c2066ab1458210630ac (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@248710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-query')
-rw-r--r--clang-query/tool/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-query/tool/CMakeLists.txt b/clang-query/tool/CMakeLists.txt
index 1a7a10b4..52af5c87 100644
--- a/clang-query/tool/CMakeLists.txt
+++ b/clang-query/tool/CMakeLists.txt
@@ -10,3 +10,5 @@ target_link_libraries(clang-query
clangQuery
clangTooling
)
+
+install(TARGETS clang-query RUNTIME DESTINATION bin)