From 94299c40d78c487307d3b744ecadf539dc13bb1a Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Tue, 7 Feb 2023 17:37:14 +0300 Subject: Intermediate changes --- library/cpp/execprofile/CMakeLists.darwin.txt | 2 +- library/cpp/execprofile/CMakeLists.linux-aarch64.txt | 2 +- library/cpp/execprofile/CMakeLists.linux.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/execprofile') diff --git a/library/cpp/execprofile/CMakeLists.darwin.txt b/library/cpp/execprofile/CMakeLists.darwin.txt index ec649dc8ada..0101d44e7e2 100644 --- a/library/cpp/execprofile/CMakeLists.darwin.txt +++ b/library/cpp/execprofile/CMakeLists.darwin.txt @@ -14,5 +14,5 @@ target_link_libraries(library-cpp-execprofile PUBLIC cpp-deprecated-atomic ) target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp ) diff --git a/library/cpp/execprofile/CMakeLists.linux-aarch64.txt b/library/cpp/execprofile/CMakeLists.linux-aarch64.txt index 208b93382b4..b6dfd51870b 100644 --- a/library/cpp/execprofile/CMakeLists.linux-aarch64.txt +++ b/library/cpp/execprofile/CMakeLists.linux-aarch64.txt @@ -15,5 +15,5 @@ target_link_libraries(library-cpp-execprofile PUBLIC cpp-deprecated-atomic ) target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp ) diff --git a/library/cpp/execprofile/CMakeLists.linux.txt b/library/cpp/execprofile/CMakeLists.linux.txt index 208b93382b4..b6dfd51870b 100644 --- a/library/cpp/execprofile/CMakeLists.linux.txt +++ b/library/cpp/execprofile/CMakeLists.linux.txt @@ -15,5 +15,5 @@ target_link_libraries(library-cpp-execprofile PUBLIC cpp-deprecated-atomic ) target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp + \${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp ) -- cgit v1.3