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
/
CrossTU
/
CMakeLists.txt
blob
3349fc283925d199654e2050477ea6f6da60ac46
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TargetParser
4
)
5
6
add_clang_library(clangCrossTU
7
CrossTranslationUnit.cpp
8
9
LINK_LIBS
10
clangAST
11
clangBasic
12
clangFrontend
13
clangIndex
14
)