aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/lz4/lib/liblz4.pc.in
blob: d9393c7d4c691a894f24ebcd2d42e34e8eb0d7e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#   LZ4 - Fast LZ compression algorithm
#   Copyright (C) 2011-2014, Yann Collet.
#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)

prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@

Name: lz4
Description: fast lossless compression algorithm library
URL: http://lz4.org/
Version: @VERSION@
Libs: -L@LIBDIR@ -llz4
Cflags: -I@INCLUDEDIR@