From cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc Mon Sep 17 00:00:00 2001 From: svidyuk Date: Wed, 30 Aug 2023 12:12:06 +0300 Subject: All .ll files support in LLVM_BC --- library/cpp/json/writer/CMakeLists.darwin-x86_64.txt | 6 ------ library/cpp/json/writer/CMakeLists.linux-aarch64.txt | 6 ------ library/cpp/json/writer/CMakeLists.linux-x86_64.txt | 6 ------ library/cpp/json/writer/CMakeLists.windows-x86_64.txt | 6 ------ 4 files changed, 24 deletions(-) (limited to 'library/cpp/json') diff --git a/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt b/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt index e164da14c0f..71c86437204 100644 --- a/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-json-writer) target_link_libraries(cpp-json-writer PUBLIC diff --git a/library/cpp/json/writer/CMakeLists.linux-aarch64.txt b/library/cpp/json/writer/CMakeLists.linux-aarch64.txt index 7793777f860..7ae78ebf12e 100644 --- a/library/cpp/json/writer/CMakeLists.linux-aarch64.txt +++ b/library/cpp/json/writer/CMakeLists.linux-aarch64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-json-writer) target_link_libraries(cpp-json-writer PUBLIC diff --git a/library/cpp/json/writer/CMakeLists.linux-x86_64.txt b/library/cpp/json/writer/CMakeLists.linux-x86_64.txt index 7793777f860..7ae78ebf12e 100644 --- a/library/cpp/json/writer/CMakeLists.linux-x86_64.txt +++ b/library/cpp/json/writer/CMakeLists.linux-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-json-writer) target_link_libraries(cpp-json-writer PUBLIC diff --git a/library/cpp/json/writer/CMakeLists.windows-x86_64.txt b/library/cpp/json/writer/CMakeLists.windows-x86_64.txt index e164da14c0f..71c86437204 100644 --- a/library/cpp/json/writer/CMakeLists.windows-x86_64.txt +++ b/library/cpp/json/writer/CMakeLists.windows-x86_64.txt @@ -6,12 +6,6 @@ # original buildsystem will not be accepted. -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) add_library(cpp-json-writer) target_link_libraries(cpp-json-writer PUBLIC -- cgit v1.3