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 STATIC
6 UnimplementedClient.cpp