aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/threading/future
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/threading/future')
-rw-r--r--library/cpp/threading/future/CMakeLists.darwin.txt18
-rw-r--r--library/cpp/threading/future/CMakeLists.linux-aarch64.txt18
-rw-r--r--library/cpp/threading/future/CMakeLists.linux.txt18
3 files changed, 27 insertions, 27 deletions
diff --git a/library/cpp/threading/future/CMakeLists.darwin.txt b/library/cpp/threading/future/CMakeLists.darwin.txt
index ce825486ca1..66d221dbbb4 100644
--- a/library/cpp/threading/future/CMakeLists.darwin.txt
+++ b/library/cpp/threading/future/CMakeLists.darwin.txt
@@ -13,13 +13,13 @@ target_link_libraries(cpp-threading-future PUBLIC
yutil
)
target_sources(cpp-threading-future PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp
)
diff --git a/library/cpp/threading/future/CMakeLists.linux-aarch64.txt b/library/cpp/threading/future/CMakeLists.linux-aarch64.txt
index a35f575c102..ae643a1bc46 100644
--- a/library/cpp/threading/future/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/threading/future/CMakeLists.linux-aarch64.txt
@@ -14,13 +14,13 @@ target_link_libraries(cpp-threading-future PUBLIC
yutil
)
target_sources(cpp-threading-future PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp
)
diff --git a/library/cpp/threading/future/CMakeLists.linux.txt b/library/cpp/threading/future/CMakeLists.linux.txt
index a35f575c102..ae643a1bc46 100644
--- a/library/cpp/threading/future/CMakeLists.linux.txt
+++ b/library/cpp/threading/future/CMakeLists.linux.txt
@@ -14,13 +14,13 @@ target_link_libraries(cpp-threading-future PUBLIC
yutil
)
target_sources(cpp-threading-future PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp
)