aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/plugins/grpc_cpp/ya.make
blob: 7add4ebbadac4e457496e8ab95fa59973147c276 (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
)