1 # LZ4 - Fast LZ compression algorithm
2 # Copyright (C) 2011-2014, Yann Collet.
3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
7 includedir=@INCLUDEDIR@
10 Description: fast lossless compression algorithm library
13 Libs: -L@LIBDIR@ -llz4
14 Cflags: -I@INCLUDEDIR@