blob: 9fafacd5297e84f74260a8e793fe20ef4f35f43f (
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()
|