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