Mercurial > hg > CbC > CbC_llvm
annotate clang/lib/Index/CMakeLists.txt @ 176:de4ac79aef9d
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 17:13:11 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
rev | line source |
---|---|
150 | 1 set(LLVM_LINK_COMPONENTS |
2 Core | |
3 Support | |
4 ) | |
5 | |
6 add_clang_library(clangIndex | |
7 CommentToXML.cpp | |
8 FileIndexRecord.cpp | |
9 IndexBody.cpp | |
10 IndexDecl.cpp | |
11 IndexingAction.cpp | |
12 IndexingContext.cpp | |
13 IndexSymbol.cpp | |
14 IndexTypeSourceInfo.cpp | |
15 USRGeneration.cpp | |
16 | |
17 ADDITIONAL_HEADERS | |
18 IndexingContext.h | |
19 SimpleFormatContext.h | |
20 | |
21 LINK_LIBS | |
22 clangAST | |
23 clangBasic | |
24 clangFormat | |
25 clangFrontend | |
26 clangLex | |
27 clangRewrite | |
28 clangSerialization | |
29 clangToolingCore | |
30 ) |