port: expose scoped_std_stream_capture as bazel library

This commit is contained in:
Mizux Seiha
2024-02-20 21:34:25 +01:00
committed by Corentin Le Molgat
parent 83ad2284ed
commit 4bd24c78f9

View File

@@ -61,3 +61,8 @@ cc_library(
"@com_google_absl//absl/time",
],
)
cc_library(
name = "scoped_std_stream_capture",
hdrs = ["scoped_std_stream_capture.h"],
)