ya.make 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. LIBRARY()
  2. SRCS(
  3. yql_factory.h
  4. yql_factory.cpp
  5. yql_formatcode.h
  6. yql_formatcode.cpp
  7. yql_formattype.cpp
  8. yql_formattype.h
  9. yql_formattypediff.cpp
  10. yql_formattypediff.h
  11. yql_makecode.h
  12. yql_makecode.cpp
  13. yql_maketype.h
  14. yql_maketype.cpp
  15. yql_parsetypehandle.h
  16. yql_parsetypehandle.cpp
  17. yql_position.cpp
  18. yql_position.h
  19. yql_reprcode.h
  20. yql_reprcode.cpp
  21. yql_serializetypehandle.h
  22. yql_serializetypehandle.cpp
  23. yql_splittype.h
  24. yql_splittype.cpp
  25. yql_type_resource.cpp
  26. yql_type_resource.h
  27. yql_typehandle.cpp
  28. yql_typehandle.h
  29. yql_typekind.cpp
  30. yql_typekind.h
  31. )
  32. PEERDIR(
  33. yql/essentials/ast
  34. yql/essentials/ast/serialize
  35. yql/essentials/minikql/computation
  36. yql/essentials/core
  37. yql/essentials/core/type_ann
  38. yql/essentials/providers/common/codec
  39. yql/essentials/providers/common/schema/expr
  40. yql/essentials/parser/pg_catalog
  41. )
  42. YQL_LAST_ABI_VERSION()
  43. END()