2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-11 12:49:06 +01:00
waf/playground/protoc/incboth/messageboth_inc.proto
Federico Pellegrin 2474218874 protoc: extend extra to support also Python language (#2028)
* protoc: extend extra to support also Python language
* protoc: fix ext_out, unite c++/python generation, fix protoc_includes name
2017-09-15 20:52:08 +02:00

5 lines
85 B
Protocol Buffer

message IncludeMeBoth {
required int32 test = 1;
optional uint32 blah = 2;
}