port: expose scoped_std_stream_capture as bazel library
This commit is contained in:
committed by
Corentin Le Molgat
parent
83ad2284ed
commit
4bd24c78f9
@@ -61,3 +61,8 @@ cc_library(
|
||||
"@com_google_absl//absl/time",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "scoped_std_stream_capture",
|
||||
hdrs = ["scoped_std_stream_capture.h"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user