diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/ya.make | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
download | ydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/ya.make')
-rw-r--r-- | contrib/libs/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 18e281fd22..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -26,9 +26,9 @@ RECURSE( c-ares cairo cbc - cctools + cctools cctz - cereal + cereal ceres-solver chromaprint clang12 @@ -88,7 +88,7 @@ RECURSE( geos/capi/ctypes gflags giflib - glslang + glslang google-compute-engine-oslogin googleapis-common-protos gost-engine @@ -184,7 +184,7 @@ RECURSE( libspf2 libsrtp libssh2 - libtapi + libtapi libtess2 libtiff libunistring @@ -247,8 +247,8 @@ RECURSE( onnx opencl-headers opencv - opencv/modules - opencv/modules/python/src2 + opencv/modules + opencv/modules/python/src2 openfst opengv openjpeg @@ -306,9 +306,9 @@ RECURSE( sparsehash spdk speex - spirv_cross - spirv_headers - spirv_tools + spirv_cross + spirv_headers + spirv_tools sqlite3 srt stan @@ -341,7 +341,7 @@ RECURSE( tlsh trace_viewer tralics - tree_sitter + tree_sitter uatraits usrsctp utf8proc @@ -434,12 +434,12 @@ IF (OS_ANDROID) android_crazy_linker ) ENDIF() - -IF (OS_IOS AND ARCH_ARM64 OR OS_DARWIN) - RECURSE( - MoltenVK - ) -ENDIF() + +IF (OS_IOS AND ARCH_ARM64 OR OS_DARWIN) + RECURSE( + MoltenVK + ) +ENDIF() IF (MUSL) RECURSE(musl_extra) |