We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a06104 commit 15f6badCopy full SHA for 15f6bad
clang-tools-extra/clangd/index/remote/CMakeLists.txt
@@ -1,6 +1,7 @@
1
if (CLANGD_ENABLE_REMOTE)
2
generate_protos(RemoteIndexServiceProto "Service.proto" GRPC)
3
generate_protos(RemoteIndexProto "Index.proto")
4
+ add_dependencies(RemoteIndexServiceProto RemoteIndexProto)
5
include_directories(${CMAKE_CURRENT_BINARY_DIR})
6
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../)
7
0 commit comments