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 c4f9c6fbb64..e3ef5bd21ee 100644 --- a/clang/lib/Format/CMakeLists.txt +++ b/clang/lib/Format/CMakeLists.txt @@ -4,6 +4,7 @@ add_clang_library(clangFormat BreakableToken.cpp ContinuationIndenter.cpp Format.cpp + FormatToken.cpp TokenAnnotator.cpp UnwrappedLineParser.cpp WhitespaceManager.cpp |