diff options
author | robot-piglet <[email protected]> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /library/cpp/containers/top_keeper | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) |
Intermediate changes
Diffstat (limited to 'library/cpp/containers/top_keeper')
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/containers/top_keeper/CMakeLists.darwin.txt b/library/cpp/containers/top_keeper/CMakeLists.darwin.txt index cc2996b5112..e63eb2f9e20 100644 --- a/library/cpp/containers/top_keeper/CMakeLists.darwin.txt +++ b/library/cpp/containers/top_keeper/CMakeLists.darwin.txt @@ -13,5 +13,5 @@ target_link_libraries(cpp-containers-top_keeper PUBLIC yutil ) target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp ) diff --git a/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt b/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt index 0549b8da46d..0e813d083a7 100644 --- a/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt +++ b/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt @@ -14,5 +14,5 @@ target_link_libraries(cpp-containers-top_keeper PUBLIC yutil ) target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp ) diff --git a/library/cpp/containers/top_keeper/CMakeLists.linux.txt b/library/cpp/containers/top_keeper/CMakeLists.linux.txt index 0549b8da46d..0e813d083a7 100644 --- a/library/cpp/containers/top_keeper/CMakeLists.linux.txt +++ b/library/cpp/containers/top_keeper/CMakeLists.linux.txt @@ -14,5 +14,5 @@ target_link_libraries(cpp-containers-top_keeper PUBLIC yutil ) target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp ) |