aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/plugins/grpc_python/bin/ya.make
blob: ab21ab6c50dd1b8075f235cd92153958facae5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PROGRAM(grpc_python)

LICENSE(Apache-2.0)

PEERDIR(
    contrib/libs/grpc/src/compiler/grpc_plugin_support
)

ADDINCL(
    contrib/libs/grpc
    contrib/libs/grpc/include
)

NO_COMPILER_WARNINGS()

CFLAGS(
    -DGRPC_USE_ABSL=0
)

SRCDIR(contrib/libs/grpc/src/compiler)

SRCS(
    python_plugin.cc
)

END()