aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/protos/ya.make
blob: c5b91049905d04229c45760f7f5df263cf45f4f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROTO_LIBRARY()

SRCS(
    common.proto
    yql_mount.proto
    clickhouse.proto
    pg_ext.proto
)

EXCLUDE_TAGS(GO_PROTO)

END()