[PATCH] D79085: [clangd] Add CMake dependencies for Protobuf-generated files

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 06:56:20 PDT 2020


sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/index/remote/CMakeLists.txt:22
     )
+  add_dependencies(clangdRemoteIndex RemoteIndexProtos)
 
----------------
is this equivalent to `DEPENDS RemoteIndexProtos` in the library?
Slightly clearer probably.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79085/new/

https://reviews.llvm.org/D79085





More information about the cfe-commits mailing list