ya.make 302 B

12345678910111213141516171819202122232425262728
  1. LIBRARY()
  2. SRCS(
  3. purecalc.cpp
  4. )
  5. PEERDIR(
  6. yql/essentials/public/udf/service/exception_policy
  7. yql/essentials/public/purecalc/common
  8. )
  9. YQL_LAST_ABI_VERSION()
  10. PROVIDES(YQL_PURECALC)
  11. END()
  12. RECURSE(
  13. common
  14. examples
  15. helpers
  16. io_specs
  17. no_llvm
  18. )
  19. RECURSE_FOR_TESTS(
  20. ut
  21. )