13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
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" ]
|
|
}
|
|
}
|