[clangd] Still need pthreads in clangDaemon.

This commit is contained in:
Sam McCall 2020-04-29 21:41:12 +02:00
parent da093c388f
commit bc029fa6c5
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ add_clang_library(clangDaemon
clangToolingRefactoring
clangToolingSyntax
clangdSupport
${LLVM_PTHREAD_LIB}
${ALL_CLANG_TIDY_CHECKS}
)