aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/ya.make
blob: 51e5482d4eed169f1d2e97c88c80c15b4612857d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
)