bufbuild / protovalidate-cc

Protocol Buffer Validation for C++.
https://buf.build/bufbuild/protovalidate
Apache License 2.0
13 stars 4 forks source link

[Feature Request] support for meson or cmake #43

Closed ioo0s closed 1 year ago

ioo0s commented 1 year ago

Feature description:

Can it support the use of meson? or how to use it in meson after I use the following command to build Problem it solves or use case:

Proposed implementation or solution:

  1. build protovalidate-cc
    make build
  2. use protovalidate in proto image
  3. gen proto to c++,why not generated protovalidate.pb.cc and protovalidate.pb.h? image
  4. my config for test.proto image
  5. what should i do?

Contribution:

Examples or references:

Additional context:

ioo0s commented 1 year ago

solve by command:

buf generate --include-imports