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
/
ExtractAPI
/
CMakeLists.txt
blob
b43fe742478ce26bca0c2981687864dabaccc13e
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TargetParser
4
)
5
6
add_clang_library(clangExtractAPI
7
API.cpp
8
APIIgnoresList.cpp
9
AvailabilityInfo.cpp
10
ExtractAPIConsumer.cpp
11
DeclarationFragments.cpp
12
Serialization/SymbolGraphSerializer.cpp
13
TypedefUnderlyingTypeResolver.cpp
14
15
LINK_LIBS
16
clangAST
17
clangBasic
18
clangFrontend
19
clangIndex
20
clangLex
21
)