]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/lib/libzstd.pc.in
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / zstd / lib / libzstd.pc.in
1 # ZSTD - standard compression algorithm
2 # Copyright (C) 2014-2016, Yann Collet, Facebook
3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
4
5 prefix=@PREFIX@
6 libdir=@LIBDIR@
7 includedir=@INCLUDEDIR@
8
9 Name: zstd
10 Description: fast lossless compression algorithm library
11 URL: http://www.zstd.net/
12 Version: @VERSION@
13 Libs: -L${libdir} -lzstd
14 Cflags: -I${includedir}