aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/2d_array
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/containers/2d_array
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/containers/2d_array')
-rw-r--r--library/cpp/containers/2d_array/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/containers/2d_array/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/containers/2d_array/CMakeLists.darwin.txt b/library/cpp/containers/2d_array/CMakeLists.darwin.txt
index 63b8c47279..c1371c0def 100644
--- a/library/cpp/containers/2d_array/CMakeLists.darwin.txt
+++ b/library/cpp/containers/2d_array/CMakeLists.darwin.txt
@@ -13,5 +13,5 @@ target_link_libraries(cpp-containers-2d_array PUBLIC
yutil
)
target_sources(cpp-containers-2d_array PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp
)
diff --git a/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt b/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt
index a0fdda6e4e..25140f3dc9 100644
--- a/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt
@@ -14,5 +14,5 @@ target_link_libraries(cpp-containers-2d_array PUBLIC
yutil
)
target_sources(cpp-containers-2d_array PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp
)
diff --git a/library/cpp/containers/2d_array/CMakeLists.linux.txt b/library/cpp/containers/2d_array/CMakeLists.linux.txt
index a0fdda6e4e..25140f3dc9 100644
--- a/library/cpp/containers/2d_array/CMakeLists.linux.txt
+++ b/library/cpp/containers/2d_array/CMakeLists.linux.txt
@@ -14,5 +14,5 @@ target_link_libraries(cpp-containers-2d_array PUBLIC
yutil
)
target_sources(cpp-containers-2d_array PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp
)