summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/libxxhash.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/third_party/xxhash/libxxhash.pc.in')
-rw-r--r--grpc/third_party/xxhash/libxxhash.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/grpc/third_party/xxhash/libxxhash.pc.in b/grpc/third_party/xxhash/libxxhash.pc.in
new file mode 100644
index 00000000..28c16448
--- /dev/null
+++ b/grpc/third_party/xxhash/libxxhash.pc.in
@@ -0,0 +1,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}