blob: 419c615da2ee2f89549a6f9d915dd04b7dd63f44 [file] [log] [blame]
static_library("Inclusions") {
output_name = "clangToolingInclusions"
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/Basic",
"//clang/lib/Lex",
"//clang/lib/Rewrite",
"//clang/lib/Tooling/Core",
"//llvm/lib/Support",
]
sources = [
"HeaderIncludes.cpp",
"IncludeStyle.cpp",
]
}