mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-14 16:31:30 +00:00
15 lines
416 B
PkgConfig
15 lines
416 B
PkgConfig
# ZSTD - standard compression algorithm
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
prefix=
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: zstd
|
|
Description: fast lossless compression algorithm library
|
|
URL: http://www.zstd.net/
|
|
Version: 1.5.0
|
|
Libs: -L${libdir} -lzstd
|
|
Cflags: -I${includedir}
|