libxxhash.pc.in 435 B

123456789101112131415
  1. # xxHash - Extremely fast hash algorithm
  2. # Copyright (C) 2012-2020, Yann Collet, Facebook
  3. # BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
  4. prefix=@PREFIX@
  5. exec_prefix=@EXECPREFIX@
  6. includedir=${prefix}/@INCLUDEDIR@
  7. libdir=${exec_prefix}/@LIBDIR@
  8. Name: xxhash
  9. Description: extremely fast hash algorithm
  10. URL: http://www.xxhash.com/
  11. Version: @VERSION@
  12. Libs: -L${libdir} -lxxhash
  13. Cflags: -I${includedir}