aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-05-20 13:28:33 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-05-20 13:38:02 +0300
commit61a9ef89788dd3f82932d124917ceb88c57be234 (patch)
treefb256db131c4a3c890ed5bfe98249cc74f4fe8c0 /library/cpp
parentd2a413e97eb8e248a266f0129f6f8fecbc8605b7 (diff)
downloadydb-61a9ef89788dd3f82932d124917ceb88c57be234.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/protobuf/yql/ya.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/protobuf/yql/ya.make b/library/cpp/protobuf/yql/ya.make
index 29c21da4024..088890befc7 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()