diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/threading/queue | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/threading/queue')
-rw-r--r-- | library/cpp/threading/queue/CMakeLists.darwin.txt | 10 | ||||
-rw-r--r-- | library/cpp/threading/queue/CMakeLists.linux-aarch64.txt | 10 | ||||
-rw-r--r-- | library/cpp/threading/queue/CMakeLists.linux.txt | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/threading/queue/CMakeLists.darwin.txt b/library/cpp/threading/queue/CMakeLists.darwin.txt index 3a2ff3ec9a..ff0797688e 100644 --- a/library/cpp/threading/queue/CMakeLists.darwin.txt +++ b/library/cpp/threading/queue/CMakeLists.darwin.txt @@ -14,9 +14,9 @@ target_link_libraries(cpp-threading-queue PUBLIC cpp-deprecated-atomic ) target_sources(cpp-threading-queue PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp ) diff --git a/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt index d0d694761c..c6338ea17b 100644 --- a/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt +++ b/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt @@ -15,9 +15,9 @@ target_link_libraries(cpp-threading-queue PUBLIC cpp-deprecated-atomic ) target_sources(cpp-threading-queue PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp ) diff --git a/library/cpp/threading/queue/CMakeLists.linux.txt b/library/cpp/threading/queue/CMakeLists.linux.txt index d0d694761c..c6338ea17b 100644 --- a/library/cpp/threading/queue/CMakeLists.linux.txt +++ b/library/cpp/threading/queue/CMakeLists.linux.txt @@ -15,9 +15,9 @@ target_link_libraries(cpp-threading-queue PUBLIC cpp-deprecated-atomic ) target_sources(cpp-threading-queue PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - \${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp ) |