1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00
zstd/lib/libzstd.pc.in

16 lines
438 B
PkgConfig
Raw Normal View History

2015-01-24 01:58:16 +01:00
# ZSTD - standard compression algorithm
2016-11-30 11:06:58 -08:00
# Copyright (C) 2014-2016, Yann Collet, Facebook
2015-01-24 01:58:16 +01:00
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@INCLUDEDIR@
libdir=${exec_prefix}/@LIBDIR@
2015-01-24 01:58:16 +01:00
Name: zstd
2016-11-30 11:06:58 -08:00
Description: fast lossless compression algorithm library
URL: http://www.zstd.net/
2015-01-24 01:58:16 +01:00
Version: @VERSION@
Libs: -L${libdir} -lzstd
Cflags: -I${includedir}