aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/blockcodecs/codecs
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-23 16:37:02 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-23 16:37:02 +0300
commit5082c890e9fced79ababea01152b594907e4a012 (patch)
tree40a8e414d1e8b45ce2f6f43bee272fbf6cf28710 /library/cpp/blockcodecs/codecs
parent627718e309e5ac397388c83fd4d287e48b51c78d (diff)
downloadydb-5082c890e9fced79ababea01152b594907e4a012.tar.gz
intermediate changes
ref:2fd7725f9a380208f93125e4819eee9282388396
Diffstat (limited to 'library/cpp/blockcodecs/codecs')
-rw-r--r--library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt2
-rw-r--r--library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt2
9 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt
index 5357553a21..60b01a5a72 100644
--- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt
@@ -8,7 +8,7 @@ target_link_libraries(blockcodecs-codecs-brotli INTERFACE
)
add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli)
-target_link_libraries(blockcodecs-codecs-brotli.global INTERFACE
+target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC
contrib-libs-cxxsupp
yutil
libs-brotli-enc
diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt
index 2a1f16faee..e0cc83c130 100644
--- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(blockcodecs-codecs-bzip INTERFACE
)
add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip)
-target_link_libraries(blockcodecs-codecs-bzip.global INTERFACE
+target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-libbz2
diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt
index 8d104e2f38..b09c688f43 100644
--- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(blockcodecs-codecs-fastlz INTERFACE
)
add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz)
-target_link_libraries(blockcodecs-codecs-fastlz.global INTERFACE
+target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-fastlz
diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt
index 7bb245b5fc..99d81cd125 100644
--- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE
)
add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06)
-target_link_libraries(blockcodecs-codecs-legacy_zstd06.global INTERFACE
+target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-zstd06
diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt
index e000b0a5ca..b713dc67a4 100644
--- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt
@@ -8,7 +8,7 @@ target_link_libraries(blockcodecs-codecs-lz4 INTERFACE
)
add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4)
-target_link_libraries(blockcodecs-codecs-lz4.global INTERFACE
+target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-lz4
diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt
index 613394cec2..b289e50d8d 100644
--- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(blockcodecs-codecs-lzma INTERFACE
)
add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma)
-target_link_libraries(blockcodecs-codecs-lzma.global INTERFACE
+target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-lzmasdk
diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt
index b4fcecfb2c..6b1c09d0bf 100644
--- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(blockcodecs-codecs-snappy INTERFACE
)
add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy)
-target_link_libraries(blockcodecs-codecs-snappy.global INTERFACE
+target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-snappy
diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt
index 847c2f2dcd..168395a0d7 100644
--- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt
@@ -6,7 +6,7 @@ target_link_libraries(blockcodecs-codecs-zlib INTERFACE
)
add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib)
-target_link_libraries(blockcodecs-codecs-zlib.global INTERFACE
+target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC
contrib-libs-cxxsupp
yutil
cpp-blockcodecs-core
diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt
index d1864e50e2..35844f7210 100644
--- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt
+++ b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(blockcodecs-codecs-zstd INTERFACE
)
add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd)
-target_link_libraries(blockcodecs-codecs-zstd.global INTERFACE
+target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-zstd