ya.make 285 B

123456789101112131415161718192021222324252627
  1. LIBRARY()
  2. SRCS(
  3. assign.cpp
  4. common.cpp
  5. encode.cpp
  6. http_url.h
  7. location.cpp
  8. other.cpp
  9. parse.cpp
  10. qargs.cpp
  11. uri.cpp
  12. encodefsm.rl6
  13. parsefsm.rl6
  14. )
  15. PEERDIR(
  16. contrib/libs/libidn
  17. library/cpp/charset
  18. )
  19. END()
  20. RECURSE(
  21. benchmark
  22. ut
  23. )