Alexey Serbin has submitted this change and it was merged. Change subject: [cmake] introduce 'pb-gen' and 'krpc-gen' targets ......................................................................
[cmake] introduce 'pb-gen' and 'krpc-gen' targets Introduced new targets to generate protobuf stubs and KRPC service/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 Reviewed-on: http://gerrit.cloudera.org:8080/7777 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M CMakeLists.txt M cmake_modules/FindKRPC.cmake M cmake_modules/FindProtobuf.cmake 3 files changed, 23 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/7777 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I48833098553ef7d3f4fae8b88079cb354b52bea1 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
