BUILD.gn
381 Bytes
source_set("remote") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang-tools-extra/clangd",
"//clang-tools-extra/clangd/support",
"//llvm/lib/Support",
]
include_dirs = [ "../.." ]
sources = []
if (false) {
sources += [
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
"Client.cpp",
]
}
}