diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-20 13:44:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-20 13:44:20 +0300 |
commit | ebbaae7d3565a888c08e2ad0313f930a43018893 (patch) | |
tree | 6385e4f2f2fe2f7999824286940ee2723da953ba /library/cpp/malloc/CMakeLists.darwin.txt | |
parent | fd76fd1f4ba82dc46fd17a0dc4c9093189aba879 (diff) | |
download | ydb-ebbaae7d3565a888c08e2ad0313f930a43018893.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/malloc/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/malloc/CMakeLists.darwin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/malloc/CMakeLists.darwin.txt b/library/cpp/malloc/CMakeLists.darwin.txt index a892a4cca7..5d8a4de4f7 100644 --- a/library/cpp/malloc/CMakeLists.darwin.txt +++ b/library/cpp/malloc/CMakeLists.darwin.txt @@ -8,3 +8,4 @@ add_subdirectory(api) add_subdirectory(jemalloc) +add_subdirectory(system) |