Skip to content

Commit

Permalink
fix(bazel): tentative: add blosc3 deps to example build
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Leprince <[email protected]>
  • Loading branch information
pleprince committed Apr 5, 2024
1 parent 903c2c4 commit 40b1937
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ cc_test(
"rgbaInterfaceTiledExamples.cpp",
"rgbaInterfaceTiledExamples.h",
],
deps = ["//:OpenEXR"],
deps = [
"//:OpenEXR",
"@c-blosc2//:c-blosc2",
],
)

0 comments on commit 40b1937

Please sign in to comment.