diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-20 13:28:33 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-20 13:38:02 +0300 |
commit | 61a9ef89788dd3f82932d124917ceb88c57be234 (patch) | |
tree | fb256db131c4a3c890ed5bfe98249cc74f4fe8c0 | |
parent | d2a413e97eb8e248a266f0129f6f8fecbc8605b7 (diff) | |
download | ydb-61a9ef89788dd3f82932d124917ceb88c57be234.tar.gz |
Intermediate changes
-rw-r--r-- | library/cpp/protobuf/yql/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/protobuf/yql/ya.make b/library/cpp/protobuf/yql/ya.make index 29c21da402..088890befc 100644 --- a/library/cpp/protobuf/yql/ya.make +++ b/library/cpp/protobuf/yql/ya.make @@ -12,4 +12,6 @@ PEERDIR( library/cpp/string_utils/base64 ) +GENERATE_ENUM_SERIALIZATION(descriptor.h) + END() |