summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()