aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/xxHash/debug
diff options
context:
space:
mode:
author Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-09-22 18:13:50 +0200
committer Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-09-22 18:13:50 +0200
commitd54f9dce8067150202f090fe59bb712a7b25e821 (patch)
tree4b3921f53307d074d6be712200e29acde7c5a62a /extension/src/openvic-extension/xxHash/debug
parentd56941e60016bf73587c63a36ac5ca9da3f6023e (diff)
init
Diffstat (limited to 'extension/src/openvic-extension/xxHash/debug')
-rw-r--r--extension/src/openvic-extension/xxHash/debug/lib/pkgconfig/libxxhash.pc16
1 files changed, 16 insertions, 0 deletions
diff --git a/extension/src/openvic-extension/xxHash/debug/lib/pkgconfig/libxxhash.pc b/extension/src/openvic-extension/xxHash/debug/lib/pkgconfig/libxxhash.pc
new file mode 100644
index 0000000..6ac6db0
--- /dev/null
+++ b/extension/src/openvic-extension/xxHash/debug/lib/pkgconfig/libxxhash.pc
@@ -0,0 +1,16 @@
+prefix=${pcfiledir}/../..
+# xxHash - Extremely fast hash algorithm
+# Copyright (C) 2012-2021, Yann Collet, Facebook
+# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
+
+exec_prefix=${prefix}
+includedir=${prefix}/../include
+libdir=${prefix}/lib
+
+Name: xxhash
+Description: extremely fast hash algorithm
+URL: http://www.xxhash.com/
+Version: 0.8.2
+Libs: "-L${libdir}" -lxxhash
+Cflags: "-I${includedir}"
+