From aa427cb5fe7564a85703f14f76f854419274decc Mon Sep 17 00:00:00 2001
From: Steven Le Rouzic <steven.lerouzic@gmail.com>
Date: Wed, 4 Sep 2024 00:11:04 +0200
Subject: Bleh

---
 asl/BUILD.bazel | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'asl/BUILD.bazel')

diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index 4fdeb38..e5d5eb3 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -1,9 +1,10 @@
 cc_library(
     name = "asl",
     hdrs = [
+        "annotations.hpp",
         "integers.hpp",
         "meta.hpp",
-        "ptr.hpp",
+        "option.hpp",
         "utility.hpp",
     ],
     visibility = ["//visibility:public"],
@@ -18,4 +19,4 @@ cc_library(
     deps = [
         ":asl",
     ],
-) for name in ["integers", "meta", "ptr"]]
+) for name in ["integers", "meta", "option", "utility"]]
-- 
cgit