aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make
blob: 01505f61caed6bffc2e527aeb0ae4a18477f2b46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROTO_LIBRARY() 
 
OWNER(g:solomon) 
 
SRCS( 
    metric_meta.proto
) 
 
IF (NOT PY_PROTOS_FOR)
    EXCLUDE_TAGS(GO_PROTO)
ENDIF()

END()