ya.make 271 B

1234567891011121314151617
  1. LIBRARY()
  2. PEERDIR(
  3. contrib/libs/hyperscan
  4. contrib/libs/hyperscan/runtime_core2
  5. contrib/libs/hyperscan/runtime_corei7
  6. contrib/libs/hyperscan/runtime_avx2
  7. contrib/libs/hyperscan/runtime_avx512
  8. )
  9. SRCS(
  10. hyperscan.cpp
  11. )
  12. END()
  13. RECURSE_FOR_TESTS(ut)