diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 15:11:54 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 15:11:54 +0300 |
commit | 0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea (patch) | |
tree | 39350f9d346eb4a6dae843a63a54a6126d48794d /contrib/restricted/boost/container/CMakeLists.linux.txt | |
parent | ebf3c8be8039a35cd2b98541e22279af290e3f55 (diff) | |
download | ydb-0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea.tar.gz |
Apply boost yamaker helpers to unsafe subset
Diffstat (limited to 'contrib/restricted/boost/container/CMakeLists.linux.txt')
-rw-r--r-- | contrib/restricted/boost/container/CMakeLists.linux.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/restricted/boost/container/CMakeLists.linux.txt b/contrib/restricted/boost/container/CMakeLists.linux.txt index 9cfe0ce4e5..5aeaf6ca89 100644 --- a/contrib/restricted/boost/container/CMakeLists.linux.txt +++ b/contrib/restricted/boost/container/CMakeLists.linux.txt @@ -17,15 +17,14 @@ target_include_directories(restricted-boost-container PUBLIC target_link_libraries(restricted-boost-container PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp - yutil restricted-boost-assert restricted-boost-config - restricted-boost-container_hash restricted-boost-core restricted-boost-intrusive restricted-boost-move restricted-boost-static_assert restricted-boost-type_traits + restricted-boost-winapi ) target_sources(restricted-boost-container PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c |