Mercurial > hg > CbC > CbC_llvm
view clang/lib/Index/CMakeLists.txt @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS Core Support ) add_clang_library(clangIndex CommentToXML.cpp FileIndexRecord.cpp IndexBody.cpp IndexDecl.cpp IndexingAction.cpp IndexingContext.cpp IndexSymbol.cpp IndexTypeSourceInfo.cpp USRGeneration.cpp ADDITIONAL_HEADERS IndexingContext.h LINK_LIBS clangAST clangBasic clangFormat clangFrontend clangLex clangRewrite clangSerialization clangToolingCore DEPENDS omp_gen )