aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/digest/ya.make')
-rw-r--r--library/cpp/digest/ya.make23
1 files changed, 23 insertions, 0 deletions
diff --git a/library/cpp/digest/ya.make b/library/cpp/digest/ya.make
new file mode 100644
index 0000000000..61d4b50903
--- /dev/null
+++ b/library/cpp/digest/ya.make
@@ -0,0 +1,23 @@
+RECURSE(
+ argonish
+ argonish/benchmark
+ argonish/ut_fat
+ argonish/ut
+ benchmark
+ fast
+ lower_case
+ lower_case/ut
+ md5
+ md5/ut
+ md5/medium_ut
+ md5/bench
+ murmur
+ murmur/ut
+ crc32c
+ crc32c/ut
+ old_crc
+ old_crc/ut
+ old_crc/gencrc
+ sfh
+ sfh/ut
+)