etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / lib / Format / CMakeLists.txt
blob2ce38343cfe9d32010067b6d66d6ce27e9366f5e
1 set(LLVM_LINK_COMPONENTS support)
3 add_clang_library(clangFormat
4   BreakableToken.cpp
5   ContinuationIndenter.cpp
6   Format.cpp
7   FormatToken.cpp
8   TokenAnnotator.cpp
9   UnwrappedLineFormatter.cpp
10   UnwrappedLineParser.cpp
11   WhitespaceManager.cpp
13   LINK_LIBS
14   clangBasic
15   clangLex
16   clangToolingCore
17   )