summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost
diff options
context:
space:
mode:
authorbugaevskiy <[email protected]>2022-07-24 00:18:56 +0300
committerbugaevskiy <[email protected]>2022-07-24 00:18:56 +0300
commit574b79287767a711217816f3c0719095e56f2b66 (patch)
tree6ec67349afe5d8b61c85bc6fd4bb1331486ece42 /contrib/restricted/boost
parentbdfa64a2dfbfa18015103f731c6017fd61a34842 (diff)
Reimport boost/array as a separate project
Diffstat (limited to 'contrib/restricted/boost')
-rw-r--r--contrib/restricted/boost/CMakeLists.txt3
-rw-r--r--contrib/restricted/boost/array/CMakeLists.txt22
-rw-r--r--contrib/restricted/boost/array/include/boost/array.hpp (renamed from contrib/restricted/boost/boost/array.hpp)0
3 files changed, 24 insertions, 1 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index a4a7373209b..e60a9d7223c 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -13,6 +13,8 @@ target_include_directories(contrib-restricted-boost INTERFACE
)
target_link_libraries(contrib-restricted-boost INTERFACE
contrib-libs-cxxsupp
+ restricted-boost-align
+ restricted-boost-array
restricted-boost-assert
restricted-boost-config
restricted-boost-core
@@ -24,5 +26,4 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-throw_exception
restricted-boost-vmd
restricted-boost-winapi
- restricted-boost-align
)
diff --git a/contrib/restricted/boost/array/CMakeLists.txt b/contrib/restricted/boost/array/CMakeLists.txt
new file mode 100644
index 00000000000..a4ea608e0c0
--- /dev/null
+++ b/contrib/restricted/boost/array/CMakeLists.txt
@@ -0,0 +1,22 @@
+
+# This file was gererated 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-array INTERFACE)
+target_include_directories(restricted-boost-array INTERFACE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/array/include
+)
+target_link_libraries(restricted-boost-array INTERFACE
+ contrib-libs-cxxsupp
+ yutil
+ restricted-boost-assert
+ restricted-boost-config
+ restricted-boost-core
+ restricted-boost-static_assert
+ restricted-boost-throw_exception
+)
diff --git a/contrib/restricted/boost/boost/array.hpp b/contrib/restricted/boost/array/include/boost/array.hpp
index 210c0721254..210c0721254 100644
--- a/contrib/restricted/boost/boost/array.hpp
+++ b/contrib/restricted/boost/array/include/boost/array.hpp