CMakeLists.txt 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 set(SOURCES ClangdXPC.cpp ) add_clang_library(ClangdXPCLib SHARED ${SOURCES} DEPENDS clangd ) create_clangd_xpc_framework(ClangdXPCLib "ClangdXPC")