mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 00:36:06 +00:00
19 lines
294 B
CMake
19 lines
294 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_library(clangExtractAPI
|
|
API.cpp
|
|
ExtractAPIConsumer.cpp
|
|
DeclarationFragments.cpp
|
|
Serialization/SerializerBase.cpp
|
|
Serialization/SymbolGraphSerializer.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangFrontend
|
|
clangIndex
|
|
clangLex
|
|
)
|