summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-11-05 18:35:23 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:35:58 +0100
commit261076b35fe684642da50d3b6208469cf972f269 (patch)
treed611a2c3a54fa0c573034c570f39a0302d553dde /asl/BUILD.bazel
parentd0a08e9883907847342505c8c5cf459fb84b4aa5 (diff)
Start work on asl::string_view
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index d8810dd..0841a86 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -15,6 +15,7 @@ cc_library(
"option.hpp",
"print.hpp",
"span.hpp",
+ "string_view.hpp",
"utility.hpp",
],
srcs = [
@@ -42,5 +43,6 @@ cc_library(
"meta",
"option",
"span",
+ "string_view",
"utility",
]]