libxxhash.pc 418 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=/mingw64
  5. exec_prefix=${prefix}
  6. includedir=${prefix}/include
  7. libdir=${exec_prefix}/lib
  8. Name: xxhash
  9. Description: extremely fast hash algorithm
  10. URL: http://www.xxhash.com/
  11. Version: 0.8.1
  12. Libs: -L${libdir} -lxxhash
  13. Cflags: -I${includedir}