forked from OSchip/llvm-project
20 lines
330 B
CMake
20 lines
330 B
CMake
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
|
|
)
|