mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add xxhash
This commit is contained in:
parent
3606c005c5
commit
f82b27ddba
84 changed files with 66504 additions and 3 deletions
15
third_party/xxhash/libxxhash.pc.in
vendored
Normal file
15
third_party/xxhash/libxxhash.pc.in
vendored
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue