Skip to content

Commit

Permalink
[gn] add include dir for 1f7c7d4
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 19, 2023
1 parent ad7a6b6 commit 09fa41b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ executable("clangd-indexer") {
"//clang/lib/Tooling",
"//llvm/lib/Support",
]
include_dirs = [ ".." ]
include_dirs = [
"..",

# For "clang-include-cleaner/..." includes.
"//clang-tools-extra/include-cleaner/include",
]
sources = [ "IndexerMain.cpp" ]
}

0 comments on commit 09fa41b

Please sign in to comment.