Blame thirdparty/Lz4/Lz4_131/lib/liblz4.pc.in
|
kusano |
7d535a |
# LZ4 - Fast LZ compression algorithm
|
|
kusano |
7d535a |
# Copyright (C) 2011-2014, Yann Collet.
|
|
kusano |
7d535a |
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
prefix=@PREFIX@
|
|
kusano |
7d535a |
libdir=@LIBDIR@
|
|
kusano |
7d535a |
includedir=@INCLUDEDIR@
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
Name: lz4
|
|
kusano |
7d535a |
Description: fast lossless compression algorithm library
|
|
kusano |
7d535a |
URL: http://code.google.com/p/lz4/
|
|
kusano |
7d535a |
Version: @VERSION@
|
|
kusano |
7d535a |
Libs: -L@LIBDIR@ -llz4
|
|
kusano |
7d535a |
Cflags: -I@INCLUDEDIR@
|