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
This commit is contained in:
Manuel Klimek 2015-09-28 13:26:39 +00:00
parent eb990af31e
commit 55dc5df59f
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ target_link_libraries(clang-query
clangQuery
clangTooling
)
install(TARGETS clang-query RUNTIME DESTINATION bin)