blob: 47e15bd08a3f9fb0527accc8e8d73c9e7d42f709 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangFormat
BreakableToken.cpp
ContinuationIndenter.cpp
Format.cpp
FormatToken.cpp
TokenAnnotator.cpp
UnwrappedLineParser.cpp
WhitespaceManager.cpp
LINK_LIBS
clangBasic
clangLex
clangTooling
)