libzstd.pc.in 387 B

1234567891011121314
  1. # ZSTD - standard compression algorithm
  2. # Copyright (C) 2014-2015, Yann Collet.
  3. # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
  4. prefix=@PREFIX@
  5. libdir=@LIBDIR@
  6. includedir=@INCLUDEDIR@
  7. Name: zstd
  8. Description: lossless compression algorithm library
  9. URL: https://github.com/Cyan4973/zstd
  10. Version: @VERSION@
  11. Libs: -L@LIBDIR@ -lzstd
  12. Cflags: -I@INCLUDEDIR@