ya.make 121 B

12345678910111213141516
  1. LIBRARY()
  2. SRCS(
  3. bit.h
  4. compressor.h
  5. huff.h
  6. metainfo.h
  7. lib.cpp
  8. )
  9. END()
  10. RECURSE_FOR_TESTS(
  11. ut
  12. )