Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
lib
/
Index
/
CMakeLists.txt
blob: 3869c32c879a4b42c36acc50273d5bb6e3cf9a72 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangIndex
CommentToXML.cpp
USRGeneration.cpp
ADDITIONAL_HEADERS
SimpleFormatContext.h
LINK_LIBS
clangAST
clangBasic
clangFormat
clangRewrite
clangToolingCore
)