pineapple/externals/vcpkg/buildtrees/lz4/src/v1.9.3-4743bd4e50.clean/lib/liblz4.pc.in

15 lines
385 B
PkgConfig
Raw Normal View History

2022-11-05 15:35:56 +01:00
# 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: extremely fast lossless compression algorithm library
URL: http://www.lz4.org/
Version: @VERSION@
Libs: -L@LIBDIR@ -llz4
Cflags: -I@INCLUDEDIR@