aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/snappy/ya.make
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/snappy/ya.make
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/snappy/ya.make')
-rw-r--r--contrib/libs/snappy/ya.make32
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/libs/snappy/ya.make b/contrib/libs/snappy/ya.make
deleted file mode 100644
index 472daa0c80..0000000000
--- a/contrib/libs/snappy/ya.make
+++ /dev/null
@@ -1,32 +0,0 @@
-# Generated by devtools/yamaker from nixpkgs 92c884dfd7140a6c3e6c717cf8990f7a78524331.
-
-LIBRARY()
-
-OWNER(g:cpp-contrib)
-
-VERSION(1.1.8)
-
-ORIGINAL_SOURCE(https://github.com/google/snappy/archive/1.1.8.tar.gz)
-
-LICENSE(BSD-3-Clause)
-
-LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-
-ADDINCL(
- GLOBAL contrib/libs/snappy/include
-)
-
-NO_COMPILER_WARNINGS()
-
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
-SRCS(
- snappy-c.cc
- snappy-sinksource.cc
- snappy-stubs-internal.cc
- snappy.cc
-)
-
-END()