forked from OSchip/llvm-project
[clangd] Reorder source files in CMakeLists
llvm-svn: 358373
This commit is contained in:
parent
60569363a5
commit
43e92880ac
|
@ -13,7 +13,6 @@ include_directories(
|
|||
|
||||
add_extra_unittest(ClangdTests
|
||||
Annotations.cpp
|
||||
PrintASTTests.cpp
|
||||
BackgroundIndexTests.cpp
|
||||
CancellationTests.cpp
|
||||
ClangdTests.cpp
|
||||
|
@ -36,6 +35,7 @@ add_extra_unittest(ClangdTests
|
|||
IndexActionTests.cpp
|
||||
IndexTests.cpp
|
||||
JSONTransportTests.cpp
|
||||
PrintASTTests.cpp
|
||||
QualityTests.cpp
|
||||
RIFFTests.cpp
|
||||
SelectionTests.cpp
|
||||
|
|
Loading…
Reference in New Issue