diff options
author | armenqa <[email protected]> | 2024-01-19 12:23:50 +0300 |
---|---|---|
committer | armenqa <[email protected]> | 2024-01-19 13:10:03 +0300 |
commit | 2de0149d0151c514b22bca0760b95b26c9b0b578 (patch) | |
tree | 2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /contrib/restricted/boost/program_options | |
parent | a8c06d218f12b2406fbce24d194885c5d7b68503 (diff) |
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'contrib/restricted/boost/program_options')
5 files changed, 0 insertions, 199 deletions
diff --git a/contrib/restricted/boost/program_options/CMakeLists.darwin-arm64.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c91dfc15c59..00000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,45 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c91dfc15c59..00000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,45 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1bd268a977a..00000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,46 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.linux-x86_64.txt b/contrib/restricted/boost/program_options/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1bd268a977a..00000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,46 +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(restricted-boost-program_options) -target_compile_options(restricted-boost-program_options PRIVATE - $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> -) -target_include_directories(restricted-boost-program_options PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include -) -target_link_libraries(restricted-boost-program_options PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-any - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-function - restricted-boost-iterator - restricted-boost-lexical_cast - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-type_traits -) -target_sources(restricted-boost-program_options PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp -) diff --git a/contrib/restricted/boost/program_options/CMakeLists.txt b/contrib/restricted/boost/program_options/CMakeLists.txt deleted file mode 100644 index 380079ac7b4..00000000000 --- a/contrib/restricted/boost/program_options/CMakeLists.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. - - -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) -endif() |