Skip to content

Commit

Permalink
[clangd] Make clangd install to bin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
d0k committed Feb 27, 2017
1 parent ae7873f commit f2524e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang-tools-extra/clangd/CMakeLists.txt
Expand Up @@ -6,6 +6,8 @@ add_clang_executable(clangd
ProtocolHandlers.cpp
)

install(TARGETS clangd RUNTIME DESTINATION bin)

target_link_libraries(clangd
clangBasic
clangFormat
Expand Down

0 comments on commit f2524e6

Please sign in to comment.