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