Fix Bazel builder failure

This commit is contained in:
RangerUFO 2024-10-19 19:54:46 +08:00
parent e48fc3abb4
commit fcea743107
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@ cc_library(
name = "image", name = "image",
srcs = ["image.cc"], srcs = ["image.cc"],
hdrs = ["image.h"], hdrs = ["image.h"],
deps = ["@highway//:hwy"], deps = [
"@highway//:hwy",
"//compression:io",
],
) )
cc_test( cc_test(