diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-23 00:17:27 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-23 00:17:27 +0100 |
commit | e5acc1eaa7e342b64ccfaaef5ea502cd623e41d5 (patch) | |
tree | d02cba121cbcb1f64570003c5ae448a7ca7c2420 /asl/BUILD.bazel | |
parent | 3bf981d5130ba745df5b279af211caf5cc68d8a1 (diff) |
Add string_builder
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index b5bb68f..2d82f4b 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -26,6 +26,7 @@ cc_library( "status.hpp",
"status_or.hpp",
"string.hpp",
+ "string_builder.hpp",
"string_view.hpp",
"utility.hpp",
],
@@ -71,6 +72,7 @@ cc_library( "status",
"status_or",
"string",
+ "string_builder",
"string_view",
"utility",
]]
|