aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make
blob: 619a84ec45352965a84c7c1aa82fa01da0a9a36b (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
27
28
29
30
OWNER(akastornov g:contrib g:cpp-contrib) 
 
PROGRAM(grpc_cpp) 
 
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( 
    cpp_plugin.cc 
) 
 
INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/protoc/plugins/grpc_cpp/ya.make.induced_deps) 
 
END()