diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-02 00:35:56 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 72fe8dd2d6d6a3a5592646950a4e43b9a79ed9b4 (patch) | |
tree | 24f9db48382dab0ff16eef438a79e8e59e173b99 /asl/BUILD.bazel | |
parent | 27c3969e69f5525ccb0bc462a615a14142b5f178 (diff) |
Start work on buffer
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index 391ae9d..cbfe91e 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -5,6 +5,7 @@ cc_library( "annotations.hpp",
"assert.hpp",
"box.hpp",
+ "buffer.hpp",
"config.hpp",
"float.hpp",
"format.hpp",
@@ -45,6 +46,7 @@ cc_library( ],
) for name in [
"box",
+ "buffer",
"float",
"format",
"functional",
|