diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/balloc | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/balloc')
-rw-r--r-- | library/cpp/balloc/CMakeLists.darwin.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/CMakeLists.linux-aarch64.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/CMakeLists.linux.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/lib/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | library/cpp/balloc/lib/CMakeLists.linux.txt | 2 | ||||
-rw-r--r-- | library/cpp/balloc/setup/CMakeLists.darwin.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/setup/CMakeLists.linux-aarch64.txt | 4 | ||||
-rw-r--r-- | library/cpp/balloc/setup/CMakeLists.linux.txt | 4 |
9 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/balloc/CMakeLists.darwin.txt b/library/cpp/balloc/CMakeLists.darwin.txt index 2c4846bcb8..56e3e4ab61 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 110601bb08..0871e8dab6 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 110601bb08..0871e8dab6 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 8e1e7a84cb..f46411bee0 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 647ad5f6ba..69691e92b2 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 647ad5f6ba..69691e92b2 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 37f588f7f7..238ff64490 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 aa604e5d20..b5866c732c 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 aa604e5d20..b5866c732c 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 ) |