From bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0 Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Tue, 13 Jun 2023 11:05:01 +0300 Subject: add ymake export to ydb --- tools/enum_parser/parse_enum/benchmark/ya.make | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/enum_parser/parse_enum/benchmark/ya.make (limited to 'tools/enum_parser/parse_enum/benchmark') diff --git a/tools/enum_parser/parse_enum/benchmark/ya.make b/tools/enum_parser/parse_enum/benchmark/ya.make new file mode 100644 index 00000000000..746389067df --- /dev/null +++ b/tools/enum_parser/parse_enum/benchmark/ya.make @@ -0,0 +1,9 @@ +Y_BENCHMARK() + +SRCS( + main.cpp +) + +GENERATE_ENUM_SERIALIZATION_WITH_HEADER(enum.h) + +END() -- cgit v1.3