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
[docs] Fix build-docs.sh
[llvm-project.git]
/
clang
/
lib
/
ExtractAPI
/
CMakeLists.txt
blob
904321ba33a5872f0f47d0713ad1b5a26891df1c
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_library(clangExtractAPI
6
API.cpp
7
AvailabilityInfo.cpp
8
ExtractAPIConsumer.cpp
9
DeclarationFragments.cpp
10
Serialization/SerializerBase.cpp
11
Serialization/SymbolGraphSerializer.cpp
12
TypedefUnderlyingTypeResolver.cpp
13
14
LINK_LIBS
15
clangAST
16
clangBasic
17
clangFrontend
18
clangIndex
19
clangLex
20
)