mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-11 12:49:06 +01:00
2474218874
* protoc: extend extra to support also Python language * protoc: fix ext_out, unite c++/python generation, fix protoc_includes name
5 lines
85 B
Protocol Buffer
5 lines
85 B
Protocol Buffer
message IncludeMeBoth {
|
|
required int32 test = 1;
|
|
optional uint32 blah = 2;
|
|
}
|