BUILD.gn 289 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 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 += [ "Client.cpp" ] } }