diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /contrib/restricted/boost/container/CMakeLists.darwin.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/container/CMakeLists.darwin.txt')
-rw-r--r-- | contrib/restricted/boost/container/CMakeLists.darwin.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/restricted/boost/container/CMakeLists.darwin.txt b/contrib/restricted/boost/container/CMakeLists.darwin.txt index a1efaa8df8..5f5747ce1c 100644 --- a/contrib/restricted/boost/container/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/container/CMakeLists.darwin.txt @@ -26,11 +26,11 @@ target_link_libraries(restricted-boost-container PUBLIC restricted-boost-winapi ) target_sources(restricted-boost-container PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/alloc_lib.c + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/dlmalloc.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/global_resource.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/monotonic_buffer_resource.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/pool_resource.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/synchronized_pool_resource.cpp + \${CMAKE_SOURCE_DIR}/contrib/restricted/boost/container/src/unsynchronized_pool_resource.cpp ) |