hanchenye-llvm-project/clang/lib/Index/CMakeLists.txt

19 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
)