diff options
Diffstat (limited to 'library/cpp/threading/local_executor')
3 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/threading/local_executor/CMakeLists.darwin.txt b/library/cpp/threading/local_executor/CMakeLists.darwin.txt index 4b9568fd62..a88a439f24 100644 --- a/library/cpp/threading/local_executor/CMakeLists.darwin.txt +++ b/library/cpp/threading/local_executor/CMakeLists.darwin.txt @@ -16,6 +16,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 ) diff --git a/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt b/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt index b81ac881b4..ab5a6d971f 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 ) diff --git a/library/cpp/threading/local_executor/CMakeLists.linux.txt b/library/cpp/threading/local_executor/CMakeLists.linux.txt index b81ac881b4..ab5a6d971f 100644 --- a/library/cpp/threading/local_executor/CMakeLists.linux.txt +++ b/library/cpp/threading/local_executor/CMakeLists.linux.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 ) |