aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/actor
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/messagebus/actor
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/messagebus/actor')
-rw-r--r--library/cpp/messagebus/actor/CMakeLists.darwin.txt6
-rw-r--r--library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt6
-rw-r--r--library/cpp/messagebus/actor/CMakeLists.linux.txt6
3 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/messagebus/actor/CMakeLists.darwin.txt b/library/cpp/messagebus/actor/CMakeLists.darwin.txt
index da26bb12a8b..e9626ab9dd2 100644
--- a/library/cpp/messagebus/actor/CMakeLists.darwin.txt
+++ b/library/cpp/messagebus/actor/CMakeLists.darwin.txt
@@ -14,7 +14,7 @@ target_link_libraries(messagebus_actor PUBLIC
cpp-deprecated-atomic
)
target_sources(messagebus_actor PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp
)
diff --git a/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt
index c14195e9521..5764f063770 100644
--- a/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt
@@ -15,7 +15,7 @@ target_link_libraries(messagebus_actor PUBLIC
cpp-deprecated-atomic
)
target_sources(messagebus_actor PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp
)
diff --git a/library/cpp/messagebus/actor/CMakeLists.linux.txt b/library/cpp/messagebus/actor/CMakeLists.linux.txt
index c14195e9521..5764f063770 100644
--- a/library/cpp/messagebus/actor/CMakeLists.linux.txt
+++ b/library/cpp/messagebus/actor/CMakeLists.linux.txt
@@ -15,7 +15,7 @@ target_link_libraries(messagebus_actor PUBLIC
cpp-deprecated-atomic
)
target_sources(messagebus_actor PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp
+ \${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp
)