Version:
Usage
Install the latest protobuf package with the following command:
meson wrap install protobufOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from protobuf 25.2-4 can be used by adding the following lines to your meson.build file:
protobuf_dep = dependency('protobuf')
protobuf-lite_dep = dependency('protobuf-lite')
protoc_dep = dependency('protoc')
protoc_prog = find_program('protoc')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...