xxHash/libxxhash.pc.in
2020-03-04 18:36:13 -08:00

15 lines
372 B
PkgConfig

# xxHash - Extremely fast hash algorithm
# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: xxhash
Description: extremely fast hash algorithm
URL: https://www.xxhash.com/
Version: @VERSION@
Libs: -L${libdir} -lxxhash
Cflags: -I${includedir}