memsharded / conan-protobuf

Google protocol buffers conan package
MIT License
1 stars 17 forks source link

add .proto files into package #10

Closed gasuketsu closed 7 years ago

gasuketsu commented 7 years ago

following .proto files should be added into package

google/protobuf/descriptor.proto google/protobuf/compiler/plugin.proto

memsharded commented 7 years ago

Sure, no problem, thanks for this contribution. Just curious, what are they for? Googling a bit, I cannot really get the use case for those files, they seem like meta-message formats.

gasuketsu commented 7 years ago

These files are needed when you want define custom option.

You can find detail about custom options in https://developers.google.com/protocol-buffers/docs/proto?hl=cs#options

memsharded commented 7 years ago

Great, thanks!