Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
FindProtobuf
/
Test
/
msgs
/
example_desc.proto
blob: 44544736d8fd4f630ee5a8ac995ec1b08a6632d5 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
example
.
msgs
;
import
"google/protobuf/descriptor.proto"
;
message
ExampleDesc
{
required
int32
data
=
1
;
optional
google
.
protobuf
.
FileDescriptorSet
desc
=
2
;
}