blob: d7b6c8582201c545b4fc0bd9f6ede11bfd9e359e [file] [log] [blame]
Yann Collet4856a002015-01-24 01:58:16 +01001# ZSTD - standard compression algorithm
W. Felix Handte5d693cc2022-12-20 12:49:47 -05002# Copyright (c) Meta Platforms, Inc. and affiliates.
Danielle Rozenblit4dffc352022-12-14 06:58:35 -08003# BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
Yann Collet4856a002015-01-24 01:58:16 +01004
5prefix=@PREFIX@
W. Felix Handteb5211832020-12-08 20:10:05 -05006exec_prefix=@EXEC_PREFIX@
7includedir=@INCLUDEDIR@
8libdir=@LIBDIR@
Yann Collet4856a002015-01-24 01:58:16 +01009
10Name: zstd
Yann Collet95eb43b2016-11-30 11:06:58 -080011Description: fast lossless compression algorithm library
Danielle Rozenblit4dffc352022-12-14 06:58:35 -080012URL: https://facebook.github.io/zstd/
Yann Collet4856a002015-01-24 01:58:16 +010013Version: @VERSION@
Christian Marangif1f1ae32024-04-06 14:41:54 +020014Libs: -L${libdir} -lzstd @LIBS_MT@
Érico Nogueira4d099522021-05-15 22:56:08 -030015Libs.private: @LIBS_PRIVATE@
Christian Marangif1f1ae32024-04-06 14:41:54 +020016Cflags: -I${includedir} @LIBS_MT@