Skip to content

Commit

Permalink
[clangd] Fix gRPC build due to missing include path
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Jul 1, 2021
1 parent 8066f22 commit 0e2d4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang-tools-extra/clangd/index/remote/CMakeLists.txt
Expand Up @@ -14,6 +14,7 @@ if (CLANGD_ENABLE_REMOTE)
)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../)

# FIXME(kirillbobyrev): target_compile_definitions is not working with
# add_clang_library for some reason. Is there any way to make this
Expand Down

0 comments on commit 0e2d4bd

Please sign in to comment.