aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/flat_hash
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/containers/flat_hash
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/containers/flat_hash')
-rw-r--r--library/cpp/containers/flat_hash/CMakeLists.darwin.txt28
-rw-r--r--library/cpp/containers/flat_hash/CMakeLists.linux-aarch64.txt28
-rw-r--r--library/cpp/containers/flat_hash/CMakeLists.linux.txt28
3 files changed, 42 insertions, 42 deletions
diff --git a/library/cpp/containers/flat_hash/CMakeLists.darwin.txt b/library/cpp/containers/flat_hash/CMakeLists.darwin.txt
index 17eb5a21b78..ec26c2df3fa 100644
--- a/library/cpp/containers/flat_hash/CMakeLists.darwin.txt
+++ b/library/cpp/containers/flat_hash/CMakeLists.darwin.txt
@@ -13,18 +13,18 @@ target_link_libraries(cpp-containers-flat_hash PUBLIC
yutil
)
target_sources(cpp-containers-flat_hash PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/flat_hash.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/container.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/iterator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/size_fitter.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/value_marker.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/containers.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/expanders.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/iterator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/map.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/probings.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/set.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/size_fitters.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/table.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/value_markers.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/flat_hash.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/container.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/iterator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/size_fitter.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/value_marker.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/containers.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/expanders.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/iterator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/map.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/probings.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/set.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/size_fitters.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/table.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/value_markers.cpp
)
diff --git a/library/cpp/containers/flat_hash/CMakeLists.linux-aarch64.txt b/library/cpp/containers/flat_hash/CMakeLists.linux-aarch64.txt
index d5ab2865c77..cafd1bba32d 100644
--- a/library/cpp/containers/flat_hash/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/containers/flat_hash/CMakeLists.linux-aarch64.txt
@@ -14,18 +14,18 @@ target_link_libraries(cpp-containers-flat_hash PUBLIC
yutil
)
target_sources(cpp-containers-flat_hash PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/flat_hash.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/container.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/iterator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/size_fitter.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/value_marker.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/containers.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/expanders.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/iterator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/map.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/probings.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/set.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/size_fitters.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/table.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/value_markers.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/flat_hash.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/container.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/iterator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/size_fitter.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/value_marker.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/containers.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/expanders.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/iterator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/map.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/probings.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/set.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/size_fitters.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/table.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/value_markers.cpp
)
diff --git a/library/cpp/containers/flat_hash/CMakeLists.linux.txt b/library/cpp/containers/flat_hash/CMakeLists.linux.txt
index d5ab2865c77..cafd1bba32d 100644
--- a/library/cpp/containers/flat_hash/CMakeLists.linux.txt
+++ b/library/cpp/containers/flat_hash/CMakeLists.linux.txt
@@ -14,18 +14,18 @@ target_link_libraries(cpp-containers-flat_hash PUBLIC
yutil
)
target_sources(cpp-containers-flat_hash PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/flat_hash.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/container.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/iterator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/size_fitter.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/value_marker.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/containers.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/expanders.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/iterator.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/map.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/probings.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/set.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/size_fitters.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/table.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/value_markers.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/flat_hash.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/container.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/iterator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/size_fitter.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/concepts/value_marker.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/containers.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/expanders.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/iterator.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/map.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/probings.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/set.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/size_fitters.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/table.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/containers/flat_hash/lib/value_markers.cpp
)