summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index 0841a86..20a1651 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -1,8 +1,10 @@
cc_library(
name = "asl",
hdrs = [
+ "allocator.hpp",
"annotations.hpp",
"assert.hpp",
+ "box.hpp",
"config.hpp",
"format.hpp",
"functional.hpp",
@@ -19,6 +21,7 @@ cc_library(
"utility.hpp",
],
srcs = [
+ "allocator.cpp",
"format.cpp",
"print.cpp",
],
@@ -36,6 +39,7 @@ cc_library(
"//asl/testing",
],
) for name in [
+ "box",
"format",
"functional",
"integers",