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 /tools | |
parent | fd76fd1f4ba82dc46fd17a0dc4c9093189aba879 (diff) | |
download | ydb-ebbaae7d3565a888c08e2ad0313f930a43018893.tar.gz |
Intermediate changes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/archiver/CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | tools/enum_parser/enum_parser/CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.darwin.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/archiver/CMakeLists.darwin.txt b/tools/archiver/CMakeLists.darwin.txt index 7de5ea9b12..d4bc4d4dc1 100644 --- a/tools/archiver/CMakeLists.darwin.txt +++ b/tools/archiver/CMakeLists.darwin.txt @@ -11,6 +11,7 @@ add_executable(archiver) target_link_libraries(archiver PUBLIC contrib-libs-cxxsupp yutil + cpp-malloc-system library-cpp-cpuid_check library-cpp-archive cpp-digest-md5 diff --git a/tools/enum_parser/enum_parser/CMakeLists.darwin.txt b/tools/enum_parser/enum_parser/CMakeLists.darwin.txt index 202ba5832d..51aa74d9bc 100644 --- a/tools/enum_parser/enum_parser/CMakeLists.darwin.txt +++ b/tools/enum_parser/enum_parser/CMakeLists.darwin.txt @@ -11,6 +11,7 @@ add_executable(enum_parser) target_link_libraries(enum_parser PUBLIC contrib-libs-cxxsupp yutil + cpp-malloc-system library-cpp-cpuid_check cpp-getopt-small tools-enum_parser-parse_enum diff --git a/tools/rescompiler/bin/CMakeLists.darwin.txt b/tools/rescompiler/bin/CMakeLists.darwin.txt index e7927a713c..b1222b9e29 100644 --- a/tools/rescompiler/bin/CMakeLists.darwin.txt +++ b/tools/rescompiler/bin/CMakeLists.darwin.txt @@ -11,6 +11,7 @@ add_executable(rescompiler) target_link_libraries(rescompiler PUBLIC contrib-libs-cxxsupp yutil + cpp-malloc-system library-cpp-cpuid_check library-cpp-resource ) |