X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.5%2Flib%2Flibzstd.pc.in;fp=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.5%2Flib%2Flibzstd.pc.in;h=d5cc0270ceab8942e193de4ac2d49c068cf5a9c4;hb=648db22b0750712da893c306efcc8e4b2d3a4e3c;hp=0000000000000000000000000000000000000000;hpb=e2fb1389dc12376acb84e4993ed3b08760257252;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zstd-1.5.5/lib/libzstd.pc.in b/deps/libchdr/deps/zstd-1.5.5/lib/libzstd.pc.in new file mode 100644 index 00000000..d5cc0270 --- /dev/null +++ b/deps/libchdr/deps/zstd-1.5.5/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}