Skip to content

Commit

Permalink
iox-#1391 Fix Bazel build
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Feb 1, 2023
1 parent c8b3c87 commit d84afd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iceoryx_hoofs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cc_library(
"vocabulary/source/**/*.cpp",
"source/**/*.hpp",
"memory/source/*.cpp",
"time/source/*.cpp",
]),
hdrs = glob(["include/**"]) + glob(["legacy/**"]) + glob(["memory/**"]) + glob(["container/**"]) + glob(["vocabulary/**"]) + glob(["time/**"]) + +glob(["utility/**"]) + glob(["primitives/**"]) + [
":iceoryx_hoofs_deployment_hpp",
Expand Down

0 comments on commit d84afd9

Please sign in to comment.