repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
dist
/
clang
/
lib
/
Format
/
CMakeLists.txt
blob
2ce38343cfe9d32010067b6d66d6ce27e9366f5e
1
set(LLVM_LINK_COMPONENTS support)
2
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
12
13
LINK_LIBS
14
clangBasic
15
clangLex
16
clangToolingCore
17
)