aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/murmurhash/ya.make
diff options
context:
space:
mode:
authorvitalyisaev <vitalyisaev@ydb.tech>2023-11-14 09:58:56 +0300
committervitalyisaev <vitalyisaev@ydb.tech>2023-11-14 10:20:20 +0300
commitc2b2dfd9827a400a8495e172a56343462e3ceb82 (patch)
treecd4e4f597d01bede4c82dffeb2d780d0a9046bd0 /contrib/restricted/murmurhash/ya.make
parentd4ae8f119e67808cb0cf776ba6e0cf95296f2df7 (diff)
downloadydb-c2b2dfd9827a400a8495e172a56343462e3ceb82.tar.gz
YQ Connector: move tests from yql to ydb (OSS)
Перенос папки с тестами на Коннектор из папки yql в папку ydb (синхронизируется с github).
Diffstat (limited to 'contrib/restricted/murmurhash/ya.make')
-rw-r--r--contrib/restricted/murmurhash/ya.make25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/restricted/murmurhash/ya.make b/contrib/restricted/murmurhash/ya.make
new file mode 100644
index 0000000000..fa37eaf473
--- /dev/null
+++ b/contrib/restricted/murmurhash/ya.make
@@ -0,0 +1,25 @@
+# Generated by devtools/yamaker from nixpkgs 22.05.
+
+LIBRARY()
+
+LICENSE(Public-Domain)
+
+LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+
+VERSION(2016-01-09)
+
+ORIGINAL_SOURCE(https://github.com/aappleby/smhasher/archive/61a0530f28277f2e850bfc39600ce61d02b518de.tar.gz)
+
+NO_COMPILER_WARNINGS()
+
+NO_RUNTIME()
+
+NO_UTIL()
+
+SRCS(
+ MurmurHash1.cpp
+ MurmurHash2.cpp
+ MurmurHash3.cpp
+)
+
+END()