RetroArch/deps/xxHash/libxxhash.pc.in

16 lines
435 B
PkgConfig
Raw Normal View History

2021-10-12 20:53:51 +02:00
# xxHash - Extremely fast hash algorithm
2022-05-14 18:23:32 +02:00
# Copyright (C) 2012-2021, Yann Collet, Facebook
2021-10-12 20:53:51 +02:00
# 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}