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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
lib
/
Tooling
/
ASTDiff
/
CMakeLists.txt
blob
38cf5370bc49de98d450ee353c419a75825f019b
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_library(clangToolingASTDiff
6
ASTDiff.cpp
7
LINK_LIBS
8
clangBasic
9
clangAST
10
clangLex
11
12
DEPENDS
13
omp_gen
14
)