mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
15 lines
435 B
PkgConfig
15 lines
435 B
PkgConfig
# 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}
|