Files
Mark Schulte 4380dd9e94 Add selectable extensions to bazel builds
By default, nanopb generates files such as `my_proto.pb.h` and
`my_proto.pb.c`. Unfortunately, `cc_proto_library` also generates
files with the name `my_proto.pb.h`, which can lead to confusing errors
as `gcc` looks for the right include path for `nanopb` files.

This PR adds a feature to bazel builds to allow an user to choose
an alternate extension (`.nanopb`) so avoid this conflict.
2025-06-21 20:38:24 +03:00
..
2012-01-05 18:35:12 +00:00
2024-10-01 09:32:04 +03:00