diff options
Diffstat (limited to 'util/generic/benchmark/fastclp2/ya.make')
-rw-r--r-- | util/generic/benchmark/fastclp2/ya.make | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/util/generic/benchmark/fastclp2/ya.make b/util/generic/benchmark/fastclp2/ya.make new file mode 100644 index 0000000000..976977014f --- /dev/null +++ b/util/generic/benchmark/fastclp2/ya.make @@ -0,0 +1,13 @@ +OWNER( + yazevnul + g:util +) +SUBSCRIBER(g:util-subscribers) + +Y_BENCHMARK() + +SRCS( + main.cpp +) + +END() |