summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-11-04 13:19:11 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:35:58 +0100
commit5682cb422c39eea6b4d5d54c2f31260785dc256f (patch)
treeebadbbb0a5af47f309766ccf63474f097c08743f /asl/BUILD.bazel
parent6726a96f0cf3c230e9caa2abd40fcfbf03fe73a4 (diff)
Start work on span
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 f0a9c38..d8810dd 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -14,6 +14,7 @@ cc_library(
"meta.hpp",
"option.hpp",
"print.hpp",
+ "span.hpp",
"utility.hpp",
],
srcs = [
@@ -40,5 +41,6 @@ cc_library(
"maybe_uninit",
"meta",
"option",
+ "span",
"utility",
]]