Skip to content

Commit

Permalink
Add dep
Browse files Browse the repository at this point in the history
Serves me right for pushing before running the tests.
  • Loading branch information
chiphogg committed Nov 28, 2023
1 parent 4caa636 commit acdc8f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion au/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ cc_library(
name = "au",
hdrs = ["au.hh"],
visibility = ["//visibility:public"],
deps = [":math"],
deps = [
":constant",
":math",
],
)

cc_test(
Expand Down

0 comments on commit acdc8f4

Please sign in to comment.