ya.make 268 B

123456789101112131415161718192021
  1. # Origin: https://github.com/google/cityhash.git
  2. LIBRARY()
  3. VERSION(bc38ef45ddbbe640e48db7b8ef65e80ea7f71298)
  4. LICENSE(MIT)
  5. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  6. NO_UTIL()
  7. ADDINCL(
  8. GLOBAL contrib/restricted/cityhash-1.0.2
  9. )
  10. SRCS(
  11. city.cc
  12. )
  13. END()