aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/system
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-04-10 14:42:59 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-04-10 14:42:59 +0300
commite667f88560ba27a376f893d209649db9afe1c076 (patch)
tree6fcce258671a055a86817d2a573d5fda7c21636e /library/cpp/malloc/system
parentf8c5aa26b39bc589cff86b4ecd95a18a49421c6d (diff)
downloadydb-e667f88560ba27a376f893d209649db9afe1c076.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/malloc/system')
-rw-r--r--library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt6
-rw-r--r--library/cpp/malloc/system/CMakeLists.windows-x86_64.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt
index 72c039454cb..02b71485333 100644
--- a/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt
+++ b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt
@@ -7,11 +7,11 @@
-add_library(cpp-malloc-system)
-target_link_libraries(cpp-malloc-system PUBLIC
+add_library(system_allocator)
+target_link_libraries(system_allocator PUBLIC
contrib-libs-cxxsupp
cpp-malloc-api
)
-target_sources(cpp-malloc-system PRIVATE
+target_sources(system_allocator PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp
)
diff --git a/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt b/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt
index 72c039454cb..02b71485333 100644
--- a/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt
+++ b/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt
@@ -7,11 +7,11 @@
-add_library(cpp-malloc-system)
-target_link_libraries(cpp-malloc-system PUBLIC
+add_library(system_allocator)
+target_link_libraries(system_allocator PUBLIC
contrib-libs-cxxsupp
cpp-malloc-api
)
-target_sources(cpp-malloc-system PRIVATE
+target_sources(system_allocator PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp
)