blob: ed79282c14906fd12312786ede25d3a86f739e16 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangExtractAPI
API.cpp
ExtractAPIConsumer.cpp
DeclarationFragments.cpp
Serialization/SerializerBase.cpp
Serialization/SymbolGraphSerializer.cpp
TypedefUnderlyingTypeResolver.cpp
LINK_LIBS
clangAST
clangBasic
clangFrontend
clangIndex
clangLex
)