blob: c6e59ea46d5ba28e1ee86733afe0e7a75c36e262 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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()
|