mirror of https://github.com/google/gemma.cpp.git
Fix Bazel builder failure
This commit is contained in:
parent
e48fc3abb4
commit
fcea743107
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue