git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / lib / libzstd.pc.in
1 #   ZSTD - standard compression algorithm
2 #   Copyright (c) Meta Platforms, Inc. and affiliates.
3 #   BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
4
5 prefix=@PREFIX@
6 exec_prefix=@EXEC_PREFIX@
7 includedir=@INCLUDEDIR@
8 libdir=@LIBDIR@
9
10 Name: zstd
11 Description: fast lossless compression algorithm library
12 URL: https://facebook.github.io/zstd/
13 Version: @VERSION@
14 Libs: -L${libdir} -lzstd
15 Libs.private: @LIBS_PRIVATE@
16 Cflags: -I${includedir}