[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / clangd / index / remote / unimplemented / CMakeLists.txt
blob86d13c77ce874619e86e68add42ac19277cf7dc9
1 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../)
2 # When compiled without Remote Index support, the real implementation index
3 # client is not present. Users will get a notification about this when trying
4 # to connect to remote index server instance.
5 add_clang_library(clangdRemoteIndex
6   UnimplementedClient.cpp
8   LINK_LIBS
9   clangdSupport
11   DEPENDS
12   ClangDriverOptions
13   )