aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/adaptive/protos/ya.make
blob: 8a9e578a5fd0c8d695dff811bf87ee346b920281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROTO_LIBRARY()
 
OWNER(g:crawl)
 
SRCS( 
    histo.proto 
) 
 
IF (NOT PY_PROTOS_FOR)
    EXCLUDE_TAGS(GO_PROTO)
ENDIF()

END()