xref: /llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn (revision 191117cec5cdffb46fc3b889bd0627b77b798864)
1source_set("unimplemented") {
2  configs += [ "//llvm/utils/gn/build:clang_code" ]
3  deps = [
4    "//clang-tools-extra/clangd/support",
5    "//llvm/lib/Support",
6  ]
7  include_dirs = [ "../../.." ]
8  sources = [ "UnimplementedClient.cpp" ]
9}
10