llvm/clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt

add_clang_library(clangdRemoteMarshalling
  Marshalling.cpp

  LINK_LIBS
  clangdRemoteIndexProto
  clangDaemon
  clangdSupport

  DEPENDS
  clangdRemoteIndexProto
  )