diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-07-27 10:10:14 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-07-27 10:10:14 +0300 |
commit | 9762d6d10b478ec2dadd9d91e716738ea937e3a3 (patch) | |
tree | 8787d9155ad149a40855e65e7cff01fc426f6464 /contrib | |
parent | d4b783618812c097262c0d2a002fa96698c8607f (diff) | |
download | ydb-9762d6d10b478ec2dadd9d91e716738ea937e3a3.tar.gz |
Reimport boost/crc as a separate project
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/boost/crc/CMakeLists.txt | 19 | ||||
-rw-r--r-- | contrib/restricted/boost/crc/include/boost/crc.hpp (renamed from contrib/restricted/boost/boost/crc.hpp) | 0 |
3 files changed, 20 insertions, 0 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index c8d4b64981..551f2d373a 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -19,6 +19,7 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-bind restricted-boost-config restricted-boost-core + restricted-boost-crc restricted-boost-integer restricted-boost-io restricted-boost-logic diff --git a/contrib/restricted/boost/crc/CMakeLists.txt b/contrib/restricted/boost/crc/CMakeLists.txt new file mode 100644 index 0000000000..3629d2b911 --- /dev/null +++ b/contrib/restricted/boost/crc/CMakeLists.txt @@ -0,0 +1,19 @@ + +# 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-crc INTERFACE) +target_include_directories(restricted-boost-crc INTERFACE + ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/crc/include +) +target_link_libraries(restricted-boost-crc INTERFACE + contrib-libs-cxxsupp + yutil + restricted-boost-config + restricted-boost-integer +) diff --git a/contrib/restricted/boost/boost/crc.hpp b/contrib/restricted/boost/crc/include/boost/crc.hpp index 6be5aa1d8b..6be5aa1d8b 100644 --- a/contrib/restricted/boost/boost/crc.hpp +++ b/contrib/restricted/boost/crc/include/boost/crc.hpp |