ya.make 205 B

123456789101112131415161718
  1. LIBRARY()
  2. SRCS(
  3. local_executor.cpp
  4. tbb_local_executor.cpp
  5. )
  6. PEERDIR(
  7. contrib/libs/tbb
  8. library/cpp/threading/future
  9. library/cpp/deprecated/atomic
  10. )
  11. END()
  12. RECURSE_FOR_TESTS(
  13. ut
  14. )