From fb1696ff63dba5b4bdd7f00bfe2deb82b81f48b7 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 21 Sep 2023 14:09:31 +0000 Subject: [PATCH] Add dep Signed-off-by: Michael Carroll --- cli/BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/BUILD.bazel b/cli/BUILD.bazel index 04c7c71..dbe3c04 100644 --- a/cli/BUILD.bazel +++ b/cli/BUILD.bazel @@ -23,5 +23,8 @@ cc_library( "include/external-cli", ], visibility = GZ_VISIBILITY, - deps = ["@cli11"], + deps = [ + GZ_ROOT + "utils:utils", + "@cli11" + ], )