| 1 | set(LLVM_LINK_COMPONENTS support) |
| 2 | |
| 3 | add_clang_library(clangFormat |
| 4 | AffectedRangeManager.cpp |
| 5 | BreakableToken.cpp |
| 6 | ContinuationIndenter.cpp |
| 7 | Format.cpp |
| 8 | FormatToken.cpp |
| 9 | FormatTokenLexer.cpp |
| 10 | NamespaceEndCommentsFixer.cpp |
| 11 | SortJavaScriptImports.cpp |
| 12 | TokenAnalyzer.cpp |
| 13 | TokenAnnotator.cpp |
| 14 | UnwrappedLineFormatter.cpp |
| 15 | UnwrappedLineParser.cpp |
| 16 | UsingDeclarationsSorter.cpp |
| 17 | WhitespaceManager.cpp |
| 18 | |
| 19 | LINK_LIBS |
| 20 | clangBasic |
| 21 | clangLex |
| 22 | clangToolingCore |
| 23 | clangToolingInclusions |
| 24 | ) |
| 25 | |