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