aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/plugins/cpp_styleguide/ya.make
blob: 8ee9f2e57e05e55d68a85d8c0bc222b79fb7864b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(g:contrib)

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

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