Skip to content

Commit

Permalink
iox-#1533 Fix Bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Sep 6, 2023
1 parent 247bc07 commit 7cc7cb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions iceoryx_posh/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,22 @@ cc_binary(
],
)

#
########## build iceoryx posh roudi env lib ##########
#
cc_library(
name = "iceoryx_posh_roudi_env",
srcs = glob(["roudi_env/**/*.cpp"]),
hdrs = glob(["roudi_env/include/**"]),
strip_include_prefix = "roudi_env/include",
visibility = ["//visibility:public"],
deps = [
":iceoryx_posh",
":iceoryx_posh_roudi",
"//iceoryx_hoofs:iceoryx_hoofs",
],
)

#
########## build iceoryx posh testing lib ##########
#
Expand Down

0 comments on commit 7cc7cb0

Please sign in to comment.