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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
xpc
/
framework
/
CMakeLists.txt
blob
7e1ce8764eacdcdf689a776ab5b9a244e2a31d62
1
2
set(SOURCES
3
ClangdXPC.cpp
4
)
5
add_clang_library(ClangdXPCLib SHARED
6
${SOURCES}
7
DEPENDS
8
clangd
9
)
10
create_clangd_xpc_framework(ClangdXPCLib "ClangdXPC")