Re: [protobuf] Best practices for proto file organization in large projects

2012-06-19 Thread Evan Jones
On Jun 18, 2012, at 22:49 , Justin Muncaster wrote: > I'm currently changing our build system to be cmake based and I'm again > finding myself fighting with the build system to get the .proto to be > automatically generated in a way where they build correctly. What specific problems are you havi

[protobuf] Re: Best practices for proto file organization in large projects

2012-06-19 Thread xiongjun liang
we are using protobuf in a very large system, and we simply put all proto files in one directory like "./public/rpc" and it works very well! On Jun 19, 10:49 am, Justin Muncaster wrote: > Hello, > > I've been using protocol buffers for a while, and I love the library, > however I find that when u