Lexically order files.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77607 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
index e7ef57b..5f81817 100644
--- a/lib/Index/CMakeLists.txt
+++ b/lib/Index/CMakeLists.txt
@@ -1,14 +1,14 @@
 set(LLVM_NO_RTTI 1)
 
 add_clang_library(clangIndex
-  Analyzer.cpp
   ASTLocation.cpp
+  Analyzer.cpp
   DeclReferenceMap.cpp
   Entity.cpp
   GlobalSelector.cpp
   Handlers.cpp
-  Indexer.cpp
   IndexProvider.cpp
+  Indexer.cpp
   Program.cpp
   ResolveLocation.cpp
   SelectorMap.cpp