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
/
ASTMatchers
/
CMakeLists.txt
blob
8a8e8c36569f9aafcdcae4c284852145077a0268
1
add_subdirectory(Dynamic)
2
3
set(LLVM_LINK_COMPONENTS support)
4
5
add_clang_library(clangASTMatchers
6
ASTMatchFinder.cpp
7
ASTMatchersInternal.cpp
8
9
LINK_LIBS
10
clangAST
11
)