[clangd] Fix shared-lib builds

This breaks a cyclic dependency. clangDeamon doesn't need to depend on
clangdRemoteIndex yet.
This commit is contained in:
Kadir Cetinkaya 2020-11-09 21:54:38 +01:00
parent ed3ac6c110
commit 7df6340e6f
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ target_link_libraries(clangDaemon
${ALL_CLANG_TIDY_CHECKS}
clangdSupport
clangdRemoteIndex
)
add_subdirectory(refactor/tweaks)