repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][extract-api][NFC] Use dedicated API to check for macro equality
[llvm-project.git]
/
clang
/
lib
/
Index
/
CMakeLists.txt
blob
68c689b01969e676eb3455060342c56487022928
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
20
LINK_LIBS
21
clangAST
22
clangBasic
23
clangFormat
24
clangFrontend
25
clangLex
26
clangRewrite
27
clangSerialization
28
clangToolingCore
29
30
DEPENDS
31
omp_gen
32
)