diff --git a/iceoryx_hoofs/BUILD.bazel b/iceoryx_hoofs/BUILD.bazel index bdbeadcf0be..83eb1fb4622 100644 --- a/iceoryx_hoofs/BUILD.bazel +++ b/iceoryx_hoofs/BUILD.bazel @@ -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",