aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt
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/messagebus/actor/CMakeLists.linux-aarch64.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt')
-rw-r--r--library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt
index 5764f06377..c14195e952 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
)