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

15 lines
389 B
PkgConfig
Raw Normal View History

2015-01-24 01:58:16 +01:00
# ZSTD - standard compression algorithm
# Copyright (C) 2014-2015, Yann Collet.
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: zstd
Description: lossless compression algorithm library
2016-09-02 22:11:49 -07:00
URL: https://github.com/facebook/zstd
2015-01-24 01:58:16 +01:00
Version: @VERSION@
Libs: -L${libdir} -lzstd
Cflags: -I${includedir}