Hey Guys, Protobuf is an awesome little library. I was thinking what is the best way to structure my project so that the proto files aren't in the same dir as the cc files. How do you guys structure your projects and/or what is the general consensus on where to put the .proto files. Currently this is what i do
-Project --deps ---protobuf --protos --src Makefile -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/JFrr6ah9zdwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
