ya.make 489 B

123456789101112131415161718192021222324252627
  1. UNITTEST_FOR(yql/essentials/parser/pg_catalog)
  2. SRCS(
  3. catalog_ut.cpp
  4. catalog_consts_ut.cpp
  5. )
  6. ADDINCL(
  7. yql/essentials/parser/pg_wrapper/postgresql/src/include
  8. )
  9. PEERDIR(
  10. yql/essentials/public/udf
  11. yql/essentials/public/udf/service/exception_policy
  12. yql/essentials/minikql/comp_nodes/llvm16
  13. yql/essentials/parser/pg_wrapper
  14. )
  15. YQL_LAST_ABI_VERSION()
  16. IF (MKQL_RUNTIME_VERSION)
  17. CFLAGS(
  18. -DMKQL_RUNTIME_VERSION=$MKQL_RUNTIME_VERSION
  19. )
  20. ENDIF()
  21. END()