git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / lib / libzstd.pc.in
CommitLineData
648db22b 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
5prefix=@PREFIX@
6exec_prefix=@EXEC_PREFIX@
7includedir=@INCLUDEDIR@
8libdir=@LIBDIR@
9
10Name: zstd
11Description: fast lossless compression algorithm library
12URL: https://facebook.github.io/zstd/
13Version: @VERSION@
14Libs: -L${libdir} -lzstd
15Libs.private: @LIBS_PRIVATE@
16Cflags: -I${includedir}