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 /library/cpp/threading/future/CMakeLists.darwin.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/threading/future/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/threading/future/CMakeLists.darwin.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/threading/future/CMakeLists.darwin.txt b/library/cpp/threading/future/CMakeLists.darwin.txt index 66d221dbbb..ce825486ca 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 ) |