aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zstd06/libzstd.pc.in
blob: 63e2483f5575a80ea5b8927c341456cc142db7f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#   ZSTD - standard compression algorithm 
#   Copyright (C) 2014-2015, Yann Collet. 
#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 
 
prefix=@PREFIX@ 
libdir=@LIBDIR@ 
includedir=@INCLUDEDIR@ 
 
Name: zstd 
Description: lossless compression algorithm library 
URL: https://github.com/Cyan4973/zstd 
Version: @VERSION@ 
Libs: -L@LIBDIR@ -lzstd 
Cflags: -I@INCLUDEDIR@