summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-14 00:01:55 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-14 00:02:02 +0100
commit1c00f6ed444dab15430a955e41cf155049e3cec4 (patch)
tree1be0c44df0e102dfa577f4c11abc56ef4fe57bcc /asl/BUILD.bazel
parent5d6e9aac39551db657df5f48ae2baa7b77c5c093 (diff)
Start work on hash_set
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 5621cbd..468ad58 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -12,6 +12,7 @@ cc_library(
"format.hpp",
"functional.hpp",
"hash.hpp",
+ "hash_set.hpp",
"integers.hpp",
"io.hpp",
"layout.hpp",
@@ -59,6 +60,7 @@ cc_library(
"format",
"functional",
"hash",
+ "hash_set",
"integers",
"maybe_uninit",
"meta",