diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-15 21:08:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-15 21:08:41 +0000 |
commit | b3b73642bfb4417d6312725ad6cc8d73ae143aca (patch) | |
tree | 73d8de7ccd354283f780b14e8af3073e1384eb85 /lib/Lex | |
parent | f7d47c04d0a54c6a0359befff87ffb269db7afc6 (diff) |
Lexically order files in CMakeLists.txt files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex')
-rw-r--r-- | lib/Lex/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Lex/CMakeLists.txt b/lib/Lex/CMakeLists.txt index a7237a7b76..81a1e01f96 100644 --- a/lib/Lex/CMakeLists.txt +++ b/lib/Lex/CMakeLists.txt @@ -14,13 +14,13 @@ add_clang_library(clangLex PPExpressions.cpp PPLexerChange.cpp PPMacroExpansion.cpp + PTHLexer.cpp Pragma.cpp Preprocessor.cpp PreprocessorLexer.cpp - PTHLexer.cpp ScratchBuffer.cpp - TokenLexer.cpp TokenConcatenation.cpp + TokenLexer.cpp ) add_dependencies(clangLex ClangDiagnosticLex) |