ya.make 203 B

1234567891011121314151617181920
  1. LIBRARY()
  2. PEERDIR(
  3. library/cpp/streams/zc_memory_input
  4. )
  5. SRCS(
  6. fixed_point.h
  7. longs.cpp
  8. packed.h
  9. packedfloat.cpp
  10. packedfloat.h
  11. zigzag.h
  12. )
  13. END()
  14. RECURSE_FOR_TESTS(
  15. ut
  16. )