Alexey Serbin has uploaded a new patch set (#2). Change subject: [cmake] introduce 'pb-gen' and 'krpc-gen' targets ......................................................................
[cmake] introduce 'pb-gen' and 'krpc-gen' targets Introduced a new target to generate protobuf stubs and KRPC service and proxy files. The 'iwyu' target now depends on the newly introduced 'pb-gen' and 'krpc-gen' targets. That's because IWYU needs to have all protobuf and KRPC headers available when running. Change-Id: I48833098553ef7d3f4fae8b88079cb354b52bea1 --- M CMakeLists.txt M src/kudu/cfile/CMakeLists.txt M src/kudu/client/CMakeLists.txt M src/kudu/common/CMakeLists.txt M src/kudu/consensus/CMakeLists.txt M src/kudu/fs/CMakeLists.txt M src/kudu/master/CMakeLists.txt M src/kudu/rpc/CMakeLists.txt M src/kudu/security/CMakeLists.txt M src/kudu/server/CMakeLists.txt M src/kudu/tablet/CMakeLists.txt M src/kudu/tserver/CMakeLists.txt M src/kudu/util/CMakeLists.txt 13 files changed, 99 insertions(+), 27 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/7777/2 -- To view, visit http://gerrit.cloudera.org:8080/7777 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I48833098553ef7d3f4fae8b88079cb354b52bea1 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
