forked from OSchip/llvm-project
parent
9ca48f26a3
commit
cc433095f2
|
@ -82,6 +82,7 @@ static_library("clangd") {
|
|||
"FSProvider.cpp",
|
||||
"FileDistance.cpp",
|
||||
"FindSymbols.cpp",
|
||||
"FormattedString.cpp",
|
||||
"FuzzyMatch.cpp",
|
||||
"GlobalCompilationDatabase.cpp",
|
||||
"Headers.cpp",
|
||||
|
|
|
@ -45,6 +45,7 @@ unittest("ClangdTests") {
|
|||
"FileDistanceTests.cpp",
|
||||
"FileIndexTests.cpp",
|
||||
"FindSymbolsTests.cpp",
|
||||
"FormattedStringTests.cpp",
|
||||
"FunctionTests.cpp",
|
||||
"FuzzyMatchTests.cpp",
|
||||
"GlobalCompilationDatabaseTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue