[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / clangd / xpc / framework / CMakeLists.txt
blob7e1ce8764eacdcdf689a776ab5b9a244e2a31d62
2 set(SOURCES
3   ClangdXPC.cpp
5 add_clang_library(ClangdXPCLib SHARED
6   ${SOURCES}
7   DEPENDS
8   clangd
10 create_clangd_xpc_framework(ClangdXPCLib "ClangdXPC")