Skip to content

Commit

Permalink
bazel: Add dependency on cxx_cc via annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Oct 12, 2023
1 parent efd2f75 commit abdedd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cc_library(
visibility = ["//visibility:public"],
)
"""
deps = [":cxx_cc"]
extra_aliased_targets = { cxx_cc = "cxx_cc" }
gen_build_script = false

Expand Down

0 comments on commit abdedd9

Please sign in to comment.