blob: e8f7558208a0bb95e8463ad61bbbc4ddb522ba17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
OWNER(g:contrib)
PROGRAM(cpp_styleguide)
NO_COMPILER_WARNINGS()
PEERDIR(
contrib/libs/protoc
)
SRCS(
cpp_styleguide.cpp
)
SRCDIR(
contrib/tools/protoc/plugins/cpp_styleguide
)
INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/protoc/plugins/cpp_styleguide/ya.make.induced_deps)
END()
|