1add_clang_library(clangdRemoteMarshalling 2 Marshalling.cpp 3 4 LINK_LIBS 5 RemoteIndexProto 6 7 clangDaemon 8 clangdSupport 9 10 DEPENDS 11 RemoteIndexProto 12 ) 13