diff options
Diffstat (limited to 'lib/Format/CMakeLists.txt')
-rw-r--r-- | lib/Format/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Format/CMakeLists.txt b/lib/Format/CMakeLists.txt index 560e38b..e3ef5bd 100644 --- a/lib/Format/CMakeLists.txt +++ b/lib/Format/CMakeLists.txt @@ -2,7 +2,9 @@ set(LLVM_LINK_COMPONENTS support) add_clang_library(clangFormat BreakableToken.cpp + ContinuationIndenter.cpp Format.cpp + FormatToken.cpp TokenAnnotator.cpp UnwrappedLineParser.cpp WhitespaceManager.cpp |