[clangd] Make clangd install to bin

This allows the install target to also install clangd to bin, so that
it can be deployed and used outside the build tree.

Patch by Marc-Andre Laperle!
Differential Revision: https://reviews.llvm.org/D30425

llvm-svn: 296390
This commit is contained in:
Benjamin Kramer 2017-02-27 21:40:35 +00:00
parent ae7873fe55
commit f2524e6599
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ add_clang_executable(clangd
ProtocolHandlers.cpp
)
install(TARGETS clangd RUNTIME DESTINATION bin)
target_link_libraries(clangd
clangBasic
clangFormat