summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/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
commit55dc5df59f0763c81ff76af8ebd701b850160ee4 (patch)
tree96afd1f405e556b77d4cd42df626bed00250d465 /clang-tools-extra/clang-query
parenteb990af31e4c8a3688f86380c0fc0ac72cae9de0 (diff)
downloadbcm5719-llvm-55dc5df59f0763c81ff76af8ebd701b850160ee4.tar.gz
bcm5719-llvm-55dc5df59f0763c81ff76af8ebd701b850160ee4.zip
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. llvm-svn: 248710
Diffstat (limited to 'clang-tools-extra/clang-query')
-rw-r--r--clang-tools-extra/clang-query/tool/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-query/tool/CMakeLists.txt b/clang-tools-extra/clang-query/tool/CMakeLists.txt
index 1a7a10b45e0..52af5c87f48 100644
--- a/clang-tools-extra/clang-query/tool/CMakeLists.txt
+++ b/clang-tools-extra/clang-query/tool/CMakeLists.txt
@@ -10,3 +10,5 @@ target_link_libraries(clang-query
clangQuery
clangTooling
)
+
+install(TARGETS clang-query RUNTIME DESTINATION bin)
OpenPOWER on IntegriCloud