repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make test more lenient for custom clang version strings
[llvm-project.git]
/
clang-tools-extra
/
clang-include-fixer
/
plugin
/
CMakeLists.txt
blob
b193a30ad4e1196d7f73ac0974c57f664dec94be
1
add_clang_library(clangIncludeFixerPlugin STATIC
2
IncludeFixerPlugin.cpp
3
4
LINK_LIBS
5
clangAST
6
clangBasic
7
clangFrontend
8
clangIncludeFixer
9
clangParse
10
clangSema
11
clangTooling
12
${LLVM_PTHREAD_LIB}
13
14
DEPENDS
15
omp_gen
16
ClangDriverOptions
17
)