llvm-for-llvmta/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn

13 lines
255 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
source_set("remote") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang-tools-extra/clangd/support",
"//llvm/lib/Support",
]
include_dirs = [ "../.." ]
sources = []
if (false) {
sources += [ "Client.cpp" ]
}
}