ya.make 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. tty.cpp
  36. tty.h
  37. url_builder.cpp
  38. utf8.cpp
  39. yql_panic.cpp
  40. yql_panic.h
  41. yql_paths.cpp
  42. yql_paths.h
  43. )
  44. PEERDIR(
  45. library/cpp/digest/md5
  46. library/cpp/string_utils/quote
  47. library/cpp/threading/future
  48. library/cpp/deprecated/atomic
  49. contrib/libs/miniselect
  50. )
  51. END()
  52. RECURSE_FOR_TESTS(
  53. ut
  54. )
  55. IF (OPENSOURCE_PROJECT != "yt")
  56. RECURSE(
  57. backtrace
  58. failure_injector
  59. fetch
  60. log
  61. memory_profiling
  62. network
  63. oom_helper
  64. signals
  65. sys
  66. test_http_server
  67. threading
  68. )
  69. ENDIF()