[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / lib / Lex / CMakeLists.txt
blob7694eaba6cf10e9349adba59cdf901380f62c753
1 # TODO: Add -maltivec when ARCH is PowerPC.
3 set(LLVM_LINK_COMPONENTS support)
5 add_clang_library(clangLex
6   DependencyDirectivesScanner.cpp
7   HeaderMap.cpp
8   HeaderSearch.cpp
9   InitHeaderSearch.cpp
10   Lexer.cpp
11   LiteralSupport.cpp
12   MacroArgs.cpp
13   MacroInfo.cpp
14   ModuleMap.cpp
15   PPCaching.cpp
16   PPCallbacks.cpp
17   PPConditionalDirectiveRecord.cpp
18   PPDirectives.cpp
19   PPExpressions.cpp
20   PPLexerChange.cpp
21   PPMacroExpansion.cpp
22   Pragma.cpp
23   PreprocessingRecord.cpp
24   Preprocessor.cpp
25   PreprocessorLexer.cpp
26   ScratchBuffer.cpp
27   TokenConcatenation.cpp
28   TokenLexer.cpp
30   LINK_LIBS
31   clangBasic
32   )