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 22e6b18 commit d071bbaCopy full SHA for d071bba
clang-tools-extra/clangd/index/remote/CMakeLists.txt
@@ -3,9 +3,10 @@ if (CLANGD_ENABLE_REMOTE)
3
generate_protos(RemoteIndexProto "Index.proto")
4
target_link_libraries(RemoteIndexServiceProto
5
6
- PRIVATE
+ PUBLIC
7
RemoteIndexProto
8
)
9
+ add_dependencies(RemoteIndexServiceProto RemoteIndexProto)
10
include_directories(${CMAKE_CURRENT_BINARY_DIR})
11
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../)
12
0 commit comments