ya.make 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. LIBRARY()
  2. SRCS(
  3. cast.h
  4. chunked_buffer.cpp
  5. chunked_buffer.h
  6. debug_info.cpp
  7. debug_info.h
  8. exceptions.cpp
  9. exceptions.h
  10. future_action.cpp
  11. future_action.h
  12. hash.cpp
  13. hash.h
  14. limiting_allocator.cpp
  15. line_split.cpp
  16. md5_stream.cpp
  17. md5_stream.h
  18. method_index.cpp
  19. method_index.h
  20. multi_resource_lock.cpp
  21. multi_resource_lock.h
  22. parse_double.cpp
  23. parse_double.h
  24. proc_alive.cpp
  25. proc_alive.h
  26. rand_guid.cpp
  27. rand_guid.h
  28. resetable_setting.h
  29. retry.cpp
  30. retry.h
  31. sort.cpp
  32. sort.h
  33. swap_bytes.cpp
  34. swap_bytes.h
  35. url_builder.cpp
  36. utf8.cpp
  37. yql_panic.cpp
  38. yql_panic.h
  39. yql_paths.cpp
  40. yql_paths.h
  41. )
  42. PEERDIR(
  43. library/cpp/digest/md5
  44. library/cpp/string_utils/quote
  45. library/cpp/threading/future
  46. library/cpp/deprecated/atomic
  47. contrib/libs/miniselect
  48. )
  49. END()
  50. RECURSE_FOR_TESTS(
  51. ut
  52. )
  53. IF (OPENSOURCE_PROJECT != "yt")
  54. RECURSE(
  55. backtrace
  56. failure_injector
  57. fetch
  58. log
  59. memory_profiling
  60. network
  61. oom_helper
  62. signals
  63. sys
  64. test_http_server
  65. threading
  66. )
  67. ENDIF()