22 lines
354 B
Text
22 lines
354 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
TargetParser
|
||
|
)
|
||
|
|
||
|
add_clang_library(clangExtractAPI
|
||
|
API.cpp
|
||
|
APIIgnoresList.cpp
|
||
|
AvailabilityInfo.cpp
|
||
|
ExtractAPIConsumer.cpp
|
||
|
DeclarationFragments.cpp
|
||
|
Serialization/SymbolGraphSerializer.cpp
|
||
|
TypedefUnderlyingTypeResolver.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangAST
|
||
|
clangBasic
|
||
|
clangFrontend
|
||
|
clangIndex
|
||
|
clangLex
|
||
|
)
|