diff options
author | Devtools Arcadia <arcadia-devtools@yandex-team.ru> | 2022-02-07 18:08:42 +0300 |
---|---|---|
committer | Devtools Arcadia <arcadia-devtools@mous.vla.yp-c.yandex.net> | 2022-02-07 18:08:42 +0300 |
commit | 1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch) | |
tree | e26c9fed0de5d9873cce7e00bc214573dc2195b7 /contrib/restricted/ya.make | |
download | ydb-1110808a9d39d4b808aef724c861a2e1a38d2a69.tar.gz |
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'contrib/restricted/ya.make')
-rw-r--r-- | contrib/restricted/ya.make | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/contrib/restricted/ya.make b/contrib/restricted/ya.make new file mode 100644 index 0000000000..b52a206733 --- /dev/null +++ b/contrib/restricted/ya.make @@ -0,0 +1,72 @@ +OWNER( + g:contrib + g:cpp-contrib +) + +RECURSE( + abseil-cpp + abseil-cpp-tstring + alsa-lib + avahi + aws + blis + boost + cityhash-1.0.2 + cmph + cpuinfo + exiv2 + expected-lite + fast_float + dragonbox + gemmlowp + glib + glib-networking + glibmm + google + googletest + gst-plugins-bad + gst-plugins-base + gst-plugins-good + gstreamer + http-parser + keyutils + libelf + libffi + libiscsi + libntirpc + librseq + libsigcxx + libsoup + libtorrent + liburcu + libxsmm + llhttp + mpg123 + murmurhash + nfs_ganesha + noc + openal-soft + patched + protobuf-c + protoc-c + protozero + range-v3 + rnnoise + rubberband + spdlog + thrift + thrift/compiler + turbo_base64 + uriparser +) + +IF(OS_LINUX OR OS_DARWIN) + RECURSE( + boost/libs/python + boost/libs/python/arcadia_test + ) +ENDIF() + +IF(OS_ANDROID) + RECURSE(ashmem) +ENDIF() |