diff options
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 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",
],
|