diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-04-10 14:42:59 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-04-10 14:42:59 +0300 |
commit | e667f88560ba27a376f893d209649db9afe1c076 (patch) | |
tree | 6fcce258671a055a86817d2a573d5fda7c21636e /library/cpp/balloc | |
parent | f8c5aa26b39bc589cff86b4ecd95a18a49421c6d (diff) | |
download | ydb-e667f88560ba27a376f893d209649db9afe1c076.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/balloc')
-rw-r--r-- | library/cpp/balloc/CMakeLists.windows-x86_64.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/balloc/CMakeLists.windows-x86_64.txt b/library/cpp/balloc/CMakeLists.windows-x86_64.txt index 7a299b9800f..f6b91521b3c 100644 --- a/library/cpp/balloc/CMakeLists.windows-x86_64.txt +++ b/library/cpp/balloc/CMakeLists.windows-x86_64.txt @@ -10,5 +10,7 @@ add_library(library-cpp-balloc INTERFACE) target_link_libraries(library-cpp-balloc INTERFACE contrib-libs-cxxsupp +) +target_allocator(library-cpp-balloc library-cpp-lfalloc ) |