blob: 79513b8a86dbae23fed26d0b10362603efff84e8 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(clangd-index-server
Server.cpp
DEPENDS
RemoteIndexProtos
)
target_link_libraries(clangd-index-server
PRIVATE
clangDaemon
RemoteIndexProtos
clangdRemoteMarshalling
grpc++
)