aboutsummaryrefslogtreecommitdiffstats
path: root/library
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
parent627718e309e5ac397388c83fd4d287e48b51c78d (diff)
downloadydb-5082c890e9fced79ababea01152b594907e4a012.tar.gz
intermediate changes
ref:2fd7725f9a380208f93125e4819eee9282388396
Diffstat (limited to 'library')
-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
-rw-r--r--library/cpp/cpuid_check/CMakeLists.txt2
-rw-r--r--library/cpp/getopt/CMakeLists.txt2
-rw-r--r--library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt2
-rw-r--r--library/python/symbols/libc/CMakeLists.txt2
-rw-r--r--library/python/symbols/python/CMakeLists.txt2
14 files changed, 14 insertions, 14 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
diff --git a/library/cpp/cpuid_check/CMakeLists.txt b/library/cpp/cpuid_check/CMakeLists.txt
index 9e01c6e090..be826183d8 100644
--- a/library/cpp/cpuid_check/CMakeLists.txt
+++ b/library/cpp/cpuid_check/CMakeLists.txt
@@ -5,7 +5,7 @@ target_link_libraries(library-cpp-cpuid_check INTERFACE
)
add_global_library_for(library-cpp-cpuid_check.global library-cpp-cpuid_check)
-target_link_libraries(library-cpp-cpuid_check.global INTERFACE
+target_link_libraries(library-cpp-cpuid_check.global PUBLIC
contrib-libs-cxxsupp
yutil
)
diff --git a/library/cpp/getopt/CMakeLists.txt b/library/cpp/getopt/CMakeLists.txt
index 051c714c18..fa20808064 100644
--- a/library/cpp/getopt/CMakeLists.txt
+++ b/library/cpp/getopt/CMakeLists.txt
@@ -8,7 +8,7 @@ target_link_libraries(library-cpp-getopt INTERFACE
)
add_global_library_for(library-cpp-getopt.global library-cpp-getopt)
-target_link_libraries(library-cpp-getopt.global INTERFACE
+target_link_libraries(library-cpp-getopt.global PUBLIC
contrib-libs-cxxsupp
yutil
cpp-getopt-small
diff --git a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt
index 75fa6b2a43..faaf3c2c54 100644
--- a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt
+++ b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt
@@ -7,7 +7,7 @@ target_link_libraries(service-pages-tablesorter INTERFACE
)
add_global_library_for(service-pages-tablesorter.global service-pages-tablesorter)
-target_link_libraries(service-pages-tablesorter.global INTERFACE
+target_link_libraries(service-pages-tablesorter.global PUBLIC
contrib-libs-cxxsupp
yutil
library-cpp-resource
diff --git a/library/python/symbols/libc/CMakeLists.txt b/library/python/symbols/libc/CMakeLists.txt
index 26abcaed3a..d101fdd970 100644
--- a/library/python/symbols/libc/CMakeLists.txt
+++ b/library/python/symbols/libc/CMakeLists.txt
@@ -9,7 +9,7 @@ add_global_library_for(python-symbols-libc.global python-symbols-libc)
target_compile_options(python-symbols-libc.global PRIVATE
-Wno-deprecated-declarations
)
-target_link_libraries(python-symbols-libc.global INTERFACE
+target_link_libraries(python-symbols-libc.global PUBLIC
contrib-libs-cxxsupp
yutil
python-symbols-registry
diff --git a/library/python/symbols/python/CMakeLists.txt b/library/python/symbols/python/CMakeLists.txt
index bb48caccfc..abd25318b1 100644
--- a/library/python/symbols/python/CMakeLists.txt
+++ b/library/python/symbols/python/CMakeLists.txt
@@ -6,7 +6,7 @@ target_link_libraries(python-symbols-python INTERFACE
)
add_global_library_for(python-symbols-python.global python-symbols-python)
-target_link_libraries(python-symbols-python.global INTERFACE
+target_link_libraries(python-symbols-python.global PUBLIC
contrib-libs-cxxsupp
yutil
python-symbols-registry