diff options
Diffstat (limited to 'library/cpp/xml')
| -rw-r--r-- | library/cpp/xml/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | library/cpp/xml/document/CMakeLists.darwin-arm64.txt | 22 | ||||
| -rw-r--r-- | library/cpp/xml/document/CMakeLists.darwin-x86_64.txt | 22 | ||||
| -rw-r--r-- | library/cpp/xml/document/CMakeLists.linux-aarch64.txt | 23 | ||||
| -rw-r--r-- | library/cpp/xml/document/CMakeLists.linux-x86_64.txt | 23 | ||||
| -rw-r--r-- | library/cpp/xml/document/CMakeLists.txt | 19 | ||||
| -rw-r--r-- | library/cpp/xml/document/CMakeLists.windows-x86_64.txt | 22 | ||||
| -rw-r--r-- | library/cpp/xml/init/CMakeLists.darwin-arm64.txt | 20 | ||||
| -rw-r--r-- | library/cpp/xml/init/CMakeLists.darwin-x86_64.txt | 20 | ||||
| -rw-r--r-- | library/cpp/xml/init/CMakeLists.linux-aarch64.txt | 21 | ||||
| -rw-r--r-- | library/cpp/xml/init/CMakeLists.linux-x86_64.txt | 21 | ||||
| -rw-r--r-- | library/cpp/xml/init/CMakeLists.txt | 19 | ||||
| -rw-r--r-- | library/cpp/xml/init/CMakeLists.windows-x86_64.txt | 20 |
13 files changed, 0 insertions, 262 deletions
diff --git a/library/cpp/xml/CMakeLists.txt b/library/cpp/xml/CMakeLists.txt deleted file mode 100644 index 66a26a06025..00000000000 --- a/library/cpp/xml/CMakeLists.txt +++ /dev/null @@ -1,10 +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(document) -add_subdirectory(init) diff --git a/library/cpp/xml/document/CMakeLists.darwin-arm64.txt b/library/cpp/xml/document/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 78de390e21e..00000000000 --- a/library/cpp/xml/document/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +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-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.darwin-x86_64.txt b/library/cpp/xml/document/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78de390e21e..00000000000 --- a/library/cpp/xml/document/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +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-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.linux-aarch64.txt b/library/cpp/xml/document/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b7467715369..00000000000 --- a/library/cpp/xml/document/CMakeLists.linux-aarch64.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-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.linux-x86_64.txt b/library/cpp/xml/document/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b7467715369..00000000000 --- a/library/cpp/xml/document/CMakeLists.linux-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-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.txt b/library/cpp/xml/document/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/xml/document/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/xml/document/CMakeLists.windows-x86_64.txt b/library/cpp/xml/document/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78de390e21e..00000000000 --- a/library/cpp/xml/document/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +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-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.darwin-arm64.txt b/library/cpp/xml/init/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 15635507ff7..00000000000 --- a/library/cpp/xml/init/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +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-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.darwin-x86_64.txt b/library/cpp/xml/init/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15635507ff7..00000000000 --- a/library/cpp/xml/init/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +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-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.linux-aarch64.txt b/library/cpp/xml/init/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 95ea6cc73c2..00000000000 --- a/library/cpp/xml/init/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +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-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.linux-x86_64.txt b/library/cpp/xml/init/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 95ea6cc73c2..00000000000 --- a/library/cpp/xml/init/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +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-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.txt b/library/cpp/xml/init/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/xml/init/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/xml/init/CMakeLists.windows-x86_64.txt b/library/cpp/xml/init/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15635507ff7..00000000000 --- a/library/cpp/xml/init/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +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-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) |
