[CodeGen][NewPM] Use proper NPM AtomicExpandPass in AMDGPU (#122086)
[llvm-project.git] / clang-tools-extra / clangd / index / remote / unimplemented / CMakeLists.txt
blob5c4907f0d7a83262b75319ab2d8c930bf80e272a
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
8   LINK_LIBS
9   clangdSupport
11   DEPENDS
12   ClangDriverOptions
13   )