android_mt6572_jiabo/external/clang/lib/Index/CMakeLists.txt
2025-09-05 16:56:03 +08:00

18 lines
243 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangIndex
CommentToXML.cpp
USRGeneration.cpp
ADDITIONAL_HEADERS
SimpleFormatContext.h
LINK_LIBS
clangAST
clangBasic
clangFormat
clangRewrite
clangToolingCore
)