brintos

brintos / llvm-project-archived public Read only

0
0
Text · 255 B · 522bec5 Raw
13 lines · plain
1source_set("remote") {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 = []9  if (false) {10    sources += [ "Client.cpp" ]11  }12}13