llvm-project/clang/lib/ExtractAPI/CMakeLists.txt
2022-03-30 14:05:14 -04:00

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
)