aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/ya.make
blob: 81244e1259f17f70dfbc29afd4231e1d5616c49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OWNER(
    velavokr
    g:contrib
    g:cpp-contrib
)

IF (USE_PREBUILT_TOOLS)
    INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/protoc/ya.make.prebuilt)
ENDIF()

IF (NOT PREBUILT)
    INCLUDE(${ARCADIA_ROOT}/contrib/tools/protoc/bin/ya.make)
ENDIF()

RECURSE(
    bin
    plugins
)