aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/plugins/grpc_cpp/ya.make
blob: 27fbb6556f20f6437f0b53df8b44135954ba87ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy of contrib/libs/grpc/src/compiler/grpc_cpp_plugin
# Generated by devtools/yamaker.

OWNER(akastornov g:contrib g:cpp-contrib) 
 
IF (USE_PREBUILT_TOOLS) 
    INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/protoc/plugins/grpc_cpp/ya.make.prebuilt) 
ENDIF() 
 
IF (NOT PREBUILT) 
    INCLUDE(${ARCADIA_ROOT}/contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make) 
ENDIF() 
 
RECURSE( 
    bin 
)