forked from OSchip/llvm-project
[gn build] (manually) port 70914aa631
This commit is contained in:
parent
4bd072c56b
commit
a586c15bbb
|
@ -42,6 +42,7 @@ static_library("clangd") {
|
|||
"//clang-tools-extra/clang-tidy:all-checks",
|
||||
"//clang-tools-extra/clang-tidy:clang-tidy-config",
|
||||
"//clang-tools-extra/clangd/support",
|
||||
"//clang-tools-extra/pseudo/lib",
|
||||
"//clang/lib/AST",
|
||||
"//clang/lib/ASTMatchers",
|
||||
"//clang/lib/Basic",
|
||||
|
@ -64,6 +65,9 @@ static_library("clangd") {
|
|||
include_dirs = [
|
||||
".",
|
||||
|
||||
# For "clang-pseudo/..." includes.
|
||||
"//clang-tools-extra/pseudo/include",
|
||||
|
||||
# To pick up the generated inc files.
|
||||
"$target_gen_dir/tool",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue