aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/yson_string
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 21:14:00 +0300
commit9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch)
tree81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/yt/yson_string
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/yt/yson_string')
-rw-r--r--library/cpp/yt/yson_string/CMakeLists.darwin.txt4
-rw-r--r--library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt4
-rw-r--r--library/cpp/yt/yson_string/CMakeLists.linux.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/yt/yson_string/CMakeLists.darwin.txt b/library/cpp/yt/yson_string/CMakeLists.darwin.txt
index c7cd5395a9..941cc516b0 100644
--- a/library/cpp/yt/yson_string/CMakeLists.darwin.txt
+++ b/library/cpp/yt/yson_string/CMakeLists.darwin.txt
@@ -19,6 +19,6 @@ target_link_libraries(cpp-yt-yson_string PUBLIC
cpp-yt-misc
)
target_sources(cpp-yt-yson_string PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
)
diff --git a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt b/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt
index bbaa63e5bd..b8dfa1d7a1 100644
--- a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt
@@ -20,6 +20,6 @@ target_link_libraries(cpp-yt-yson_string PUBLIC
cpp-yt-misc
)
target_sources(cpp-yt-yson_string PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
)
diff --git a/library/cpp/yt/yson_string/CMakeLists.linux.txt b/library/cpp/yt/yson_string/CMakeLists.linux.txt
index bbaa63e5bd..b8dfa1d7a1 100644
--- a/library/cpp/yt/yson_string/CMakeLists.linux.txt
+++ b/library/cpp/yt/yson_string/CMakeLists.linux.txt
@@ -20,6 +20,6 @@ target_link_libraries(cpp-yt-yson_string PUBLIC
cpp-yt-misc
)
target_sources(cpp-yt-yson_string PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
)