ya.make 354 B

1234567891011121314151617181920212223242526
  1. LIBRARY()
  2. SRCS(
  3. json_writer.cpp
  4. json_reader.cpp
  5. json_prettifier.cpp
  6. rapidjson_helpers.cpp
  7. )
  8. PEERDIR(
  9. contrib/libs/rapidjson
  10. library/cpp/json/common
  11. library/cpp/json/fast_sax
  12. library/cpp/json/writer
  13. library/cpp/string_utils/relaxed_escaper
  14. )
  15. END()
  16. RECURSE(
  17. converter
  18. fuzzy_test
  19. ut
  20. writer
  21. yson
  22. )