Skip to content

Commit

Permalink
Add dep
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Sep 21, 2023
1 parent 18e6620 commit fb1696f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ cc_library(
"include/external-cli",
],
visibility = GZ_VISIBILITY,
deps = ["@cli11"],
deps = [
GZ_ROOT + "utils:utils",
"@cli11"
],
)

0 comments on commit fb1696f

Please sign in to comment.