[gn build] Port 2f395b7092
This commit is contained in:
parent
8b09cf7956
commit
b4e083b0ef
|
|
@ -67,6 +67,7 @@ static_library("clangd") {
|
|||
]
|
||||
sources = [
|
||||
"AST.cpp",
|
||||
"ASTSignals.cpp",
|
||||
"ClangdLSPServer.cpp",
|
||||
"ClangdServer.cpp",
|
||||
"CodeComplete.cpp",
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ unittest("ClangdTests") {
|
|||
target_gen_dir,
|
||||
]
|
||||
sources = [
|
||||
"ASTSignalsTests.cpp",
|
||||
"ASTTests.cpp",
|
||||
"Annotations.cpp",
|
||||
"BackgroundIndexTests.cpp",
|
||||
|
|
|
|||
Loading…
Reference in New Issue