summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-05 22:12:56 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-05 22:12:56 +0100
commit159f38d4e12bbcc48799431f4b69321a445be8ca (patch)
tree4b872a7f7e3f25c4f6eb7d5d4313b49304f756b8 /asl/BUILD.bazel
parente65fe1b93684f9517599be695eb40aa4537fc6c7 (diff)
Add CityHash
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 571b8f9..aa1eb90 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -11,6 +11,7 @@ cc_library(
"float.hpp",
"format.hpp",
"functional.hpp",
+ "hash.hpp",
"integers.hpp",
"io.hpp",
"layout.hpp",
@@ -31,6 +32,7 @@ cc_library(
"assert.cpp",
"format.cpp",
"format_float.cpp",
+ "hash_cityhash.cpp",
"print.cpp",
"status.cpp",
],