diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-03 01:22:21 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-03 01:22:21 +0100 |
commit | eb58edf811a328ddcc5e671a258be208da212630 (patch) | |
tree | a739433160dc93e7c652142389c62d5e389c16f3 /asl/BUILD.bazel | |
parent | 05de08dab9f962e554d0b29ca7157669fdb061e9 (diff) |
Add string
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 9909bc3..54db8c7 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -19,6 +19,7 @@ cc_library( "option.hpp",
"print.hpp",
"span.hpp",
+ "string.hpp",
"string_view.hpp",
"utility.hpp",
],
@@ -56,6 +57,7 @@ cc_library( "meta",
"option",
"span",
+ "string",
"string_view",
"utility",
]]
|