Add xxhash

This commit is contained in:
wheremyfoodat 2023-06-14 14:46:11 +03:00
parent 3606c005c5
commit f82b27ddba
84 changed files with 66504 additions and 3 deletions

15
third_party/xxhash/libxxhash.pc.in vendored Normal file
View file

@ -0,0 +1,15 @@
# xxHash - Extremely fast hash algorithm
# Copyright (C) 2012-2021, Yann Collet, Facebook
# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
exec_prefix=@EXECPREFIX@
includedir=${prefix}/@INCLUDEDIR@
libdir=${exec_prefix}/@LIBDIR@
Name: xxhash
Description: extremely fast hash algorithm
URL: http://www.xxhash.com/
Version: @VERSION@
Libs: -L${libdir} -lxxhash
Cflags: -I${includedir}