From 2de0149d0151c514b22bca0760b95b26c9b0b578 Mon Sep 17 00:00:00 2001 From: armenqa <armenqa@yandex-team.com> Date: Fri, 19 Jan 2024 12:23:50 +0300 Subject: feat contrib: aiogram 3 Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ --- library/cpp/string_utils/CMakeLists.txt | 19 ----------------- .../base32/CMakeLists.darwin-arm64.txt | 17 --------------- .../base32/CMakeLists.darwin-x86_64.txt | 17 --------------- .../base32/CMakeLists.linux-aarch64.txt | 18 ---------------- .../base32/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/base32/CMakeLists.txt | 19 ----------------- .../base32/CMakeLists.windows-x86_64.txt | 17 --------------- .../base64/CMakeLists.darwin-arm64.txt | 23 --------------------- .../base64/CMakeLists.darwin-x86_64.txt | 23 --------------------- .../base64/CMakeLists.linux-aarch64.txt | 24 ---------------------- .../base64/CMakeLists.linux-x86_64.txt | 24 ---------------------- library/cpp/string_utils/base64/CMakeLists.txt | 19 ----------------- .../base64/CMakeLists.windows-x86_64.txt | 23 --------------------- .../string_utils/csv/CMakeLists.darwin-arm64.txt | 17 --------------- .../string_utils/csv/CMakeLists.darwin-x86_64.txt | 17 --------------- .../string_utils/csv/CMakeLists.linux-aarch64.txt | 18 ---------------- .../string_utils/csv/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/csv/CMakeLists.txt | 19 ----------------- .../string_utils/csv/CMakeLists.windows-x86_64.txt | 17 --------------- .../indent_text/CMakeLists.darwin-arm64.txt | 17 --------------- .../indent_text/CMakeLists.darwin-x86_64.txt | 17 --------------- .../indent_text/CMakeLists.linux-aarch64.txt | 18 ---------------- .../indent_text/CMakeLists.linux-x86_64.txt | 18 ---------------- .../cpp/string_utils/indent_text/CMakeLists.txt | 19 ----------------- .../indent_text/CMakeLists.windows-x86_64.txt | 17 --------------- .../levenshtein_diff/CMakeLists.darwin-arm64.txt | 18 ---------------- .../levenshtein_diff/CMakeLists.darwin-x86_64.txt | 18 ---------------- .../levenshtein_diff/CMakeLists.linux-aarch64.txt | 19 ----------------- .../levenshtein_diff/CMakeLists.linux-x86_64.txt | 19 ----------------- .../string_utils/levenshtein_diff/CMakeLists.txt | 19 ----------------- .../levenshtein_diff/CMakeLists.windows-x86_64.txt | 18 ---------------- .../parse_size/CMakeLists.darwin-arm64.txt | 17 --------------- .../parse_size/CMakeLists.darwin-x86_64.txt | 17 --------------- .../parse_size/CMakeLists.linux-aarch64.txt | 18 ---------------- .../parse_size/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/parse_size/CMakeLists.txt | 19 ----------------- .../parse_size/CMakeLists.windows-x86_64.txt | 17 --------------- .../string_utils/quote/CMakeLists.darwin-arm64.txt | 17 --------------- .../quote/CMakeLists.darwin-x86_64.txt | 17 --------------- .../quote/CMakeLists.linux-aarch64.txt | 18 ---------------- .../string_utils/quote/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/quote/CMakeLists.txt | 19 ----------------- .../quote/CMakeLists.windows-x86_64.txt | 17 --------------- .../relaxed_escaper/CMakeLists.darwin-arm64.txt | 17 --------------- .../relaxed_escaper/CMakeLists.darwin-x86_64.txt | 17 --------------- .../relaxed_escaper/CMakeLists.linux-aarch64.txt | 18 ---------------- .../relaxed_escaper/CMakeLists.linux-x86_64.txt | 18 ---------------- .../string_utils/relaxed_escaper/CMakeLists.txt | 19 ----------------- .../relaxed_escaper/CMakeLists.windows-x86_64.txt | 17 --------------- .../string_utils/scan/CMakeLists.darwin-arm64.txt | 17 --------------- .../string_utils/scan/CMakeLists.darwin-x86_64.txt | 17 --------------- .../string_utils/scan/CMakeLists.linux-aarch64.txt | 18 ---------------- .../string_utils/scan/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/scan/CMakeLists.txt | 19 ----------------- .../scan/CMakeLists.windows-x86_64.txt | 17 --------------- .../string_utils/url/CMakeLists.darwin-arm64.txt | 17 --------------- .../string_utils/url/CMakeLists.darwin-x86_64.txt | 17 --------------- .../string_utils/url/CMakeLists.linux-aarch64.txt | 18 ---------------- .../string_utils/url/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/url/CMakeLists.txt | 19 ----------------- .../string_utils/url/CMakeLists.windows-x86_64.txt | 17 --------------- .../ztstrbuf/CMakeLists.darwin-arm64.txt | 17 --------------- .../ztstrbuf/CMakeLists.darwin-x86_64.txt | 17 --------------- .../ztstrbuf/CMakeLists.linux-aarch64.txt | 18 ---------------- .../ztstrbuf/CMakeLists.linux-x86_64.txt | 18 ---------------- library/cpp/string_utils/ztstrbuf/CMakeLists.txt | 19 ----------------- .../ztstrbuf/CMakeLists.windows-x86_64.txt | 17 --------------- 67 files changed, 1220 deletions(-) delete mode 100644 library/cpp/string_utils/CMakeLists.txt delete mode 100644 library/cpp/string_utils/base32/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/base32/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/base32/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/base32/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/base32/CMakeLists.txt delete mode 100644 library/cpp/string_utils/base32/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/base64/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/base64/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/base64/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/base64/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/base64/CMakeLists.txt delete mode 100644 library/cpp/string_utils/base64/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/csv/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/csv/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/csv/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/csv/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/csv/CMakeLists.txt delete mode 100644 library/cpp/string_utils/csv/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/indent_text/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/indent_text/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/indent_text/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/indent_text/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/indent_text/CMakeLists.txt delete mode 100644 library/cpp/string_utils/indent_text/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/levenshtein_diff/CMakeLists.txt delete mode 100644 library/cpp/string_utils/levenshtein_diff/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/parse_size/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/parse_size/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/parse_size/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/parse_size/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/parse_size/CMakeLists.txt delete mode 100644 library/cpp/string_utils/parse_size/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/quote/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/quote/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/quote/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/quote/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/quote/CMakeLists.txt delete mode 100644 library/cpp/string_utils/quote/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/relaxed_escaper/CMakeLists.txt delete mode 100644 library/cpp/string_utils/relaxed_escaper/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/scan/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/scan/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/scan/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/scan/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/scan/CMakeLists.txt delete mode 100644 library/cpp/string_utils/scan/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/url/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/url/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/url/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/url/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/url/CMakeLists.txt delete mode 100644 library/cpp/string_utils/url/CMakeLists.windows-x86_64.txt delete mode 100644 library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-arm64.txt delete mode 100644 library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-x86_64.txt delete mode 100644 library/cpp/string_utils/ztstrbuf/CMakeLists.linux-aarch64.txt delete mode 100644 library/cpp/string_utils/ztstrbuf/CMakeLists.linux-x86_64.txt delete mode 100644 library/cpp/string_utils/ztstrbuf/CMakeLists.txt delete mode 100644 library/cpp/string_utils/ztstrbuf/CMakeLists.windows-x86_64.txt (limited to 'library/cpp/string_utils') diff --git a/library/cpp/string_utils/CMakeLists.txt b/library/cpp/string_utils/CMakeLists.txt deleted file mode 100644 index 593deaeadf..0000000000 --- a/library/cpp/string_utils/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(base32) -add_subdirectory(base64) -add_subdirectory(csv) -add_subdirectory(indent_text) -add_subdirectory(levenshtein_diff) -add_subdirectory(parse_size) -add_subdirectory(quote) -add_subdirectory(relaxed_escaper) -add_subdirectory(scan) -add_subdirectory(url) -add_subdirectory(ztstrbuf) diff --git a/library/cpp/string_utils/base32/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/base32/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0d9db28b47..0000000000 --- a/library/cpp/string_utils/base32/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base32) -target_link_libraries(cpp-string_utils-base32 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-base32 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base32/base32.cpp -) diff --git a/library/cpp/string_utils/base32/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/base32/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d9db28b47..0000000000 --- a/library/cpp/string_utils/base32/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base32) -target_link_libraries(cpp-string_utils-base32 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-base32 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base32/base32.cpp -) diff --git a/library/cpp/string_utils/base32/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/base32/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa250d193c..0000000000 --- a/library/cpp/string_utils/base32/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base32) -target_link_libraries(cpp-string_utils-base32 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-base32 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base32/base32.cpp -) diff --git a/library/cpp/string_utils/base32/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/base32/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fa250d193c..0000000000 --- a/library/cpp/string_utils/base32/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base32) -target_link_libraries(cpp-string_utils-base32 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-base32 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base32/base32.cpp -) diff --git a/library/cpp/string_utils/base32/CMakeLists.txt b/library/cpp/string_utils/base32/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/base32/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/base32/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/base32/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d9db28b47..0000000000 --- a/library/cpp/string_utils/base32/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base32) -target_link_libraries(cpp-string_utils-base32 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-base32 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base32/base32.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/base64/CMakeLists.darwin-arm64.txt deleted file mode 100644 index d4f74e8dc0..0000000000 --- a/library/cpp/string_utils/base64/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/base64/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d4f74e8dc0..0000000000 --- a/library/cpp/string_utils/base64/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/base64/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d5a19ed8ea..0000000000 --- a/library/cpp/string_utils/base64/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,24 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/base64/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5a19ed8ea..0000000000 --- a/library/cpp/string_utils/base64/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,24 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.txt b/library/cpp/string_utils/base64/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/base64/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/base64/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/base64/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d4f74e8dc0..0000000000 --- a/library/cpp/string_utils/base64/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/csv/CMakeLists.darwin-arm64.txt deleted file mode 100644 index d50b571fde..0000000000 --- a/library/cpp/string_utils/csv/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/csv/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d50b571fde..0000000000 --- a/library/cpp/string_utils/csv/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/csv/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c5389658b1..0000000000 --- a/library/cpp/string_utils/csv/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/csv/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c5389658b1..0000000000 --- a/library/cpp/string_utils/csv/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.txt b/library/cpp/string_utils/csv/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/csv/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/csv/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/csv/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d50b571fde..0000000000 --- a/library/cpp/string_utils/csv/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/indent_text/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 6eca107f7f..0000000000 --- a/library/cpp/string_utils/indent_text/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/indent_text/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6eca107f7f..0000000000 --- a/library/cpp/string_utils/indent_text/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/indent_text/CMakeLists.linux-aarch64.txt deleted file mode 100644 index afeec637dd..0000000000 --- a/library/cpp/string_utils/indent_text/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/indent_text/CMakeLists.linux-x86_64.txt deleted file mode 100644 index afeec637dd..0000000000 --- a/library/cpp/string_utils/indent_text/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.txt b/library/cpp/string_utils/indent_text/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/indent_text/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/indent_text/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/indent_text/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6eca107f7f..0000000000 --- a/library/cpp/string_utils/indent_text/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0d86ce0e67..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d86ce0e67..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 18f5590ef9..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 18f5590ef9..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d86ce0e67..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/parse_size/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 5cd758efec..0000000000 --- a/library/cpp/string_utils/parse_size/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/parse_size/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5cd758efec..0000000000 --- a/library/cpp/string_utils/parse_size/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/parse_size/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c50fd344c4..0000000000 --- a/library/cpp/string_utils/parse_size/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/parse_size/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c50fd344c4..0000000000 --- a/library/cpp/string_utils/parse_size/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.txt b/library/cpp/string_utils/parse_size/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/parse_size/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/parse_size/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/parse_size/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5cd758efec..0000000000 --- a/library/cpp/string_utils/parse_size/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/quote/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e2bedf1e18..0000000000 --- a/library/cpp/string_utils/quote/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/quote/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e2bedf1e18..0000000000 --- a/library/cpp/string_utils/quote/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/quote/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 28d1aabe8d..0000000000 --- a/library/cpp/string_utils/quote/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/quote/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 28d1aabe8d..0000000000 --- a/library/cpp/string_utils/quote/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.txt b/library/cpp/string_utils/quote/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/quote/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/quote/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/quote/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e2bedf1e18..0000000000 --- a/library/cpp/string_utils/quote/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 14901bec18..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14901bec18..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6e952b8940..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e952b8940..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14901bec18..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/scan/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 3d7752c1ff..0000000000 --- a/library/cpp/string_utils/scan/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/scan/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3d7752c1ff..0000000000 --- a/library/cpp/string_utils/scan/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/scan/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4359ec58c0..0000000000 --- a/library/cpp/string_utils/scan/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/scan/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4359ec58c0..0000000000 --- a/library/cpp/string_utils/scan/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.txt b/library/cpp/string_utils/scan/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/scan/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/scan/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/scan/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3d7752c1ff..0000000000 --- a/library/cpp/string_utils/scan/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/url/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 672139e643..0000000000 --- a/library/cpp/string_utils/url/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/url/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 672139e643..0000000000 --- a/library/cpp/string_utils/url/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/url/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b84dcb3263..0000000000 --- a/library/cpp/string_utils/url/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/url/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b84dcb3263..0000000000 --- a/library/cpp/string_utils/url/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.txt b/library/cpp/string_utils/url/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/url/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/url/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/url/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 672139e643..0000000000 --- a/library/cpp/string_utils/url/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-arm64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b686760229..0000000000 --- a/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b686760229..0000000000 --- a/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 370fd83097..0000000000 --- a/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 370fd83097..0000000000 --- a/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/string_utils/ztstrbuf/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b686760229..0000000000 --- a/library/cpp/string_utils/ztstrbuf/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) -- cgit v1.2.3