ya.make 293 B

1234567891011121314151617181920
  1. LIBRARY()
  2. SRCS(
  3. extract_predicate_dbg.cpp
  4. extract_predicate_dbg.h
  5. extract_predicate_impl.cpp
  6. extract_predicate_impl.h
  7. extract_predicate.h
  8. )
  9. PEERDIR(
  10. yql/essentials/core/services
  11. yql/essentials/core/type_ann
  12. )
  13. YQL_LAST_ABI_VERSION()
  14. END()
  15. RECURSE_FOR_TESTS(ut)