ya.make 145 B

1234567891011121314151617181920
  1. LIBRARY()
  2. SRCS(
  3. htmlentity.cpp
  4. decoder.rl6
  5. )
  6. SET(
  7. RAGEL6_FLAGS
  8. -C
  9. -e
  10. -F1
  11. )
  12. PEERDIR(
  13. library/cpp/charset
  14. )
  15. END()