Add absl::wyhash

This commit is contained in:
Jean Pierre Cimalando 2021-04-05 18:12:00 +02:00
parent 89aa9280e7
commit 6f2430b20c

View file

@ -300,6 +300,9 @@ SFIZZ_SOURCES += \
# absl::city
SFIZZ_SOURCES += \
external/abseil-cpp/absl/hash/internal/city.cc
# absl::wyhash
SFIZZ_SOURCES += \
external/abseil-cpp/absl/hash/internal/wyhash.cc
# absl::int128
SFIZZ_SOURCES += \
external/abseil-cpp/absl/numeric/int128.cc