diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-07-03 08:09:12 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-07-03 08:22:25 +0300 |
commit | 97896d00abbec90d3ec9c3590614bc8785b9ca14 (patch) | |
tree | 991a477f8bd79333a8015742a14d5d964776c922 | |
parent | 48d73771061c2b7c9b7bf7bee3ee56d398862f8e (diff) | |
download | ydb-97896d00abbec90d3ec9c3590614bc8785b9ca14.tar.gz |
Add MODULE_TAGs to proto.conf
Add MODULE_TAGs to proto.conf
3c97e20d7e0536f01a964a822df3e6071fc1d55f
-rw-r--r-- | build/conf/proto.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf index 472e097a11..de77a152e0 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -842,12 +842,14 @@ module PROTO_DESCRIPTIONS: _BARE_UNIT { .RESTRICTED=SRCS .FINAL_TARGET=yes + SET(MODULE_TAG PROTO_DESCRIPTIONS) SET(PEERDIR_TAGS DESC_PROTO) SET(MODULE_SUFFIX .protodesc) SET(MODULE_TYPE PROTO_DESCRIPTIONS) } module PROTO_REGISTRY: PROTO_DESCRIPTIONS { + SET(MODULE_TAG PROTO_REGISTRY) SET(MODULE_TYPE PROTO_REGISTRY) } |