xref: /aosp_15_r20/external/lz4/lib/liblz4.pc.in (revision 27162e4e17433d5aa7cb38e7b6a433a09405fc7f)
1#   LZ4 - Fast LZ compression algorithm
2#   Copyright (C) 2011-2020, Yann Collet.
3#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
4
5prefix=@PREFIX@
6libdir=@LIBDIR@
7includedir=@INCLUDEDIR@
8
9Name: lz4
10Description: extremely fast lossless compression algorithm library
11URL: http://www.lz4.org/
12Version: @VERSION@
13Libs: -L${libdir} -llz4
14Cflags: -I${includedir}
15