From 9f448c9c675e670d53bba7a8d74a995b2d9a3606 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Tue, 7 Feb 2023 21:14:00 +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 0101d44e7e2..ec649dc8ada 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 b6dfd51870b..208b93382b4 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 b6dfd51870b..208b93382b4 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