Add absl::wyhash
This commit is contained in:
parent
89aa9280e7
commit
6f2430b20c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue