ya.make 322 B

12345678910111213141516171819202122232425262728
  1. PROGRAM(grpc_python)
  2. VERSION(None)
  3. LICENSE(Apache-2.0)
  4. PEERDIR(
  5. contrib/libs/grpc/src/compiler/grpc_plugin_support
  6. )
  7. ADDINCL(
  8. contrib/libs/grpc
  9. contrib/libs/grpc/include
  10. )
  11. NO_COMPILER_WARNINGS()
  12. CFLAGS(
  13. -DGRPC_USE_ABSL=0
  14. )
  15. SRCDIR(contrib/libs/grpc/src/compiler)
  16. SRCS(
  17. python_plugin.cc
  18. )
  19. END()