xref: /freebsd/sys/contrib/zstd/lib/libzstd.pc.in (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
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 @LIBS_MT@
15Libs.private: @LIBS_PRIVATE@
16Cflags: -I${includedir} @LIBS_MT@
17