From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- third_party/zstd/lib/libzstd.pc.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 third_party/zstd/lib/libzstd.pc.in (limited to 'third_party/zstd/lib/libzstd.pc.in') diff --git a/third_party/zstd/lib/libzstd.pc.in b/third_party/zstd/lib/libzstd.pc.in new file mode 100644 index 0000000000..d5cc0270ce --- /dev/null +++ b/third_party/zstd/lib/libzstd.pc.in @@ -0,0 +1,16 @@ +# ZSTD - standard compression algorithm +# Copyright (c) Meta Platforms, Inc. and affiliates. +# BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php) + +prefix=@PREFIX@ +exec_prefix=@EXEC_PREFIX@ +includedir=@INCLUDEDIR@ +libdir=@LIBDIR@ + +Name: zstd +Description: fast lossless compression algorithm library +URL: https://facebook.github.io/zstd/ +Version: @VERSION@ +Libs: -L${libdir} -lzstd +Libs.private: @LIBS_PRIVATE@ +Cflags: -I${includedir} -- cgit v1.2.3