summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel5
1 files changed, 3 insertions, 2 deletions
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"]]