Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2368: Add //:iceoryx alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Nov 15, 2024
1 parent aa13b0a commit 1572184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ string_flag(
visibility = ["//visibility:public"],
)

alias(
name = "iceoryx",
actual = "//:iceoryx_binding_c",
visibility = ["//visibility:public"],
)

alias(
name = "iceoryx_hoofs",
actual = "//iceoryx_hoofs",
Expand Down

0 comments on commit 1572184

Please sign in to comment.