ya.make 1.2 KB

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