This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
master
meson
/
test cases
/
frameworks
/
5 protocol buffers
/
defs.proto
6 lines
57 B
Protocol Buffer
Raw
Permalink
Normal View
History
Unescape
Escape
Files created with generator can have path segments. This is OK, because they are written in the private directory of each target and its layout can be anything.
2017-12-12 04:14:10 +08:00
syntax
=
"proto3"
;
Worked on expanding the generator so it works with protocol buffers. Does not work yet.
2013-05-27 06:20:54 +08:00
message
Dummy
{
Files created with generator can have path segments. This is OK, because they are written in the private directory of each target and its layout can be anything.
2017-12-12 04:14:10 +08:00
string
text
=
1
;
Worked on expanding the generator so it works with protocol buffers. Does not work yet.
2013-05-27 06:20:54 +08:00
}