diff options
-rw-r--r-- | CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | CMakeLists.linux.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/boost/rational/CMakeLists.txt | 25 | ||||
-rw-r--r-- | contrib/restricted/boost/rational/include/boost/rational.hpp (renamed from contrib/restricted/boost/boost/rational.hpp) | 0 |
5 files changed, 28 insertions, 0 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt index f6de83439a..139c1595f4 100644 --- a/CMakeLists.darwin.txt +++ b/CMakeLists.darwin.txt @@ -151,6 +151,7 @@ add_subdirectory(contrib/restricted/boost/predef) add_subdirectory(contrib/restricted/boost/preprocessor) add_subdirectory(contrib/restricted/boost/type_traits) add_subdirectory(contrib/restricted/boost/utility) +add_subdirectory(contrib/restricted/boost/rational) add_subdirectory(contrib/restricted/boost/smart_ptr) add_subdirectory(contrib/restricted/boost/tuple) add_subdirectory(contrib/restricted/boost/vmd) diff --git a/CMakeLists.linux.txt b/CMakeLists.linux.txt index 8fbe96e7d9..51a9ab4284 100644 --- a/CMakeLists.linux.txt +++ b/CMakeLists.linux.txt @@ -229,6 +229,7 @@ add_subdirectory(contrib/restricted/boost/predef) add_subdirectory(contrib/restricted/boost/preprocessor) add_subdirectory(contrib/restricted/boost/type_traits) add_subdirectory(contrib/restricted/boost/utility) +add_subdirectory(contrib/restricted/boost/rational) add_subdirectory(contrib/restricted/boost/smart_ptr) add_subdirectory(contrib/restricted/boost/tuple) add_subdirectory(contrib/restricted/boost/vmd) diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index 4110cd3336..aa643bef57 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -27,6 +27,7 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-mpl restricted-boost-predef restricted-boost-preprocessor + restricted-boost-rational restricted-boost-smart_ptr restricted-boost-static_assert restricted-boost-throw_exception diff --git a/contrib/restricted/boost/rational/CMakeLists.txt b/contrib/restricted/boost/rational/CMakeLists.txt new file mode 100644 index 0000000000..8ea39e5936 --- /dev/null +++ b/contrib/restricted/boost/rational/CMakeLists.txt @@ -0,0 +1,25 @@ + +# 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-rational INTERFACE) +target_include_directories(restricted-boost-rational INTERFACE + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/rational/include +) +target_link_libraries(restricted-boost-rational INTERFACE + contrib-libs-cxxsupp + yutil + restricted-boost-assert + restricted-boost-config + restricted-boost-core + restricted-boost-integer + restricted-boost-static_assert + restricted-boost-throw_exception + restricted-boost-type_traits + restricted-boost-utility +) diff --git a/contrib/restricted/boost/boost/rational.hpp b/contrib/restricted/boost/rational/include/boost/rational.hpp index 4fc06c9edc..4fc06c9edc 100644 --- a/contrib/restricted/boost/boost/rational.hpp +++ b/contrib/restricted/boost/rational/include/boost/rational.hpp |