aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/balloc
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/balloc
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/balloc')
-rw-r--r--library/cpp/balloc/CMakeLists.darwin.txt4
-rw-r--r--library/cpp/balloc/CMakeLists.linux-aarch64.txt4
-rw-r--r--library/cpp/balloc/CMakeLists.linux.txt4
-rw-r--r--library/cpp/balloc/lib/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/balloc/lib/CMakeLists.linux.txt2
-rw-r--r--library/cpp/balloc/setup/CMakeLists.darwin.txt4
-rw-r--r--library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt4
-rw-r--r--library/cpp/balloc/setup/CMakeLists.linux.txt4
9 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/balloc/CMakeLists.darwin.txt b/library/cpp/balloc/CMakeLists.darwin.txt
index 56e3e4ab61..2c4846bcb8 100644
--- a/library/cpp/balloc/CMakeLists.darwin.txt
+++ b/library/cpp/balloc/CMakeLists.darwin.txt
@@ -18,6 +18,6 @@ target_link_libraries(library-cpp-balloc PUBLIC
cpp-balloc-lib
)
target_sources(library-cpp-balloc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/balloc.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/malloc-info.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/balloc.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/malloc-info.cpp
)
diff --git a/library/cpp/balloc/CMakeLists.linux-aarch64.txt b/library/cpp/balloc/CMakeLists.linux-aarch64.txt
index 0871e8dab6..110601bb08 100644
--- a/library/cpp/balloc/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/balloc/CMakeLists.linux-aarch64.txt
@@ -19,6 +19,6 @@ target_link_libraries(library-cpp-balloc PUBLIC
cpp-balloc-lib
)
target_sources(library-cpp-balloc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/balloc.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/malloc-info.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/balloc.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/malloc-info.cpp
)
diff --git a/library/cpp/balloc/CMakeLists.linux.txt b/library/cpp/balloc/CMakeLists.linux.txt
index 0871e8dab6..110601bb08 100644
--- a/library/cpp/balloc/CMakeLists.linux.txt
+++ b/library/cpp/balloc/CMakeLists.linux.txt
@@ -19,6 +19,6 @@ target_link_libraries(library-cpp-balloc PUBLIC
cpp-balloc-lib
)
target_sources(library-cpp-balloc PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/balloc.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/malloc-info.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/balloc.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/malloc-info.cpp
)
diff --git a/library/cpp/balloc/lib/CMakeLists.darwin.txt b/library/cpp/balloc/lib/CMakeLists.darwin.txt
index f46411bee0..8e1e7a84cb 100644
--- a/library/cpp/balloc/lib/CMakeLists.darwin.txt
+++ b/library/cpp/balloc/lib/CMakeLists.darwin.txt
@@ -17,5 +17,5 @@ target_link_libraries(cpp-balloc-lib PUBLIC
cpp-malloc-api
)
target_sources(cpp-balloc-lib PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
)
diff --git a/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt b/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt
index 69691e92b2..647ad5f6ba 100644
--- a/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt
@@ -19,5 +19,5 @@ target_link_libraries(cpp-balloc-lib PUBLIC
cpp-malloc-api
)
target_sources(cpp-balloc-lib PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
)
diff --git a/library/cpp/balloc/lib/CMakeLists.linux.txt b/library/cpp/balloc/lib/CMakeLists.linux.txt
index 69691e92b2..647ad5f6ba 100644
--- a/library/cpp/balloc/lib/CMakeLists.linux.txt
+++ b/library/cpp/balloc/lib/CMakeLists.linux.txt
@@ -19,5 +19,5 @@ target_link_libraries(cpp-balloc-lib PUBLIC
cpp-malloc-api
)
target_sources(cpp-balloc-lib PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/lib/alloc_stats.cpp
)
diff --git a/library/cpp/balloc/setup/CMakeLists.darwin.txt b/library/cpp/balloc/setup/CMakeLists.darwin.txt
index 238ff64490..37f588f7f7 100644
--- a/library/cpp/balloc/setup/CMakeLists.darwin.txt
+++ b/library/cpp/balloc/setup/CMakeLists.darwin.txt
@@ -12,6 +12,6 @@ target_link_libraries(cpp-balloc-setup PUBLIC
contrib-libs-cxxsupp
)
target_sources(cpp-balloc-setup PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp
)
diff --git a/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt b/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt
index b5866c732c..aa604e5d20 100644
--- a/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt
@@ -13,6 +13,6 @@ target_link_libraries(cpp-balloc-setup PUBLIC
contrib-libs-cxxsupp
)
target_sources(cpp-balloc-setup PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp
)
diff --git a/library/cpp/balloc/setup/CMakeLists.linux.txt b/library/cpp/balloc/setup/CMakeLists.linux.txt
index b5866c732c..aa604e5d20 100644
--- a/library/cpp/balloc/setup/CMakeLists.linux.txt
+++ b/library/cpp/balloc/setup/CMakeLists.linux.txt
@@ -13,6 +13,6 @@ target_link_libraries(cpp-balloc-setup PUBLIC
contrib-libs-cxxsupp
)
target_sources(cpp-balloc-setup PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/alloc.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/balloc/setup/enable.cpp
)