summaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/runtime_settings/proto/ya.make
blob: 82790eb9770f544acf93be5808ab3057febeaff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROTO_LIBRARY()

SRCS(
    runtime_settings.proto
)

PEERDIR(
    yql/essentials/providers/common/proto/activation
)

EXCLUDE_TAGS(GO_PROTO)

END()