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/local_executor/CMakeLists.linux-aarch64.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt')
-rw-r--r-- | library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt b/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt index ab5a6d971f..b81ac881b4 100644 --- a/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt +++ b/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt @@ -17,6 +17,6 @@ target_link_libraries(cpp-threading-local_executor PUBLIC cpp-deprecated-atomic ) target_sources(cpp-threading-local_executor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp ) |