Skip to content

Commit

Permalink
Add missing source and data files
Browse files Browse the repository at this point in the history
  • Loading branch information
kersson authored and PetteriAimonen committed Aug 31, 2023
1 parent d9ecc77 commit 9c11463
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,17 @@ copy_file(

py_binary(
name = "protoc-gen-nanopb",
srcs = [
"generator/nanopb_generator.py",
srcs = glob([
"generator/**/*.py",
]) + [
":protoc-gen-nanopb.py",
],
data = glob([
"generator/**/*.proto",
]),
imports = [
"generator",
],
deps = [
requirement("grpcio-tools"),
],
Expand Down

0 comments on commit 9c11463

Please sign in to comment.