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
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
indexer
/
CMakeLists.txt
blob
a9438008ea039f3891454602ce9f1f723163d4b2
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_executable(clangd-indexer
6
IndexerMain.cpp
7
)
8
9
clang_target_link_libraries(clangd-indexer
10
PRIVATE
11
clangAST
12
clangBasic
13
clangFrontend
14
clangIndex
15
clangLex
16
clangTooling
17
)
18
target_link_libraries(clangd-indexer
19
PRIVATE
20
clangDaemon
21
clangdSupport
22
)