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