summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/libxxhash.pc.in
blob: 28c1644856711e86404ed00fb2978f408702626f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#   xxHash - Extremely fast hash algorithm
#   Copyright (C) 2012-2020, 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}