aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/deprecated/json
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/monlib/deprecated/json
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/monlib/deprecated/json')
-rw-r--r--library/cpp/monlib/deprecated/json/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/monlib/deprecated/json/CMakeLists.linux.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.darwin.txt b/library/cpp/monlib/deprecated/json/CMakeLists.darwin.txt
index f2eb4f400b..6bcb22f8cc 100644
--- a/library/cpp/monlib/deprecated/json/CMakeLists.darwin.txt
+++ b/library/cpp/monlib/deprecated/json/CMakeLists.darwin.txt
@@ -14,5 +14,5 @@ target_link_libraries(monlib-deprecated-json PUBLIC
library-cpp-json
)
target_sources(monlib-deprecated-json PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp
)
diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt
index 66f1c5c559..c7cb3720d3 100644
--- a/library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt
@@ -15,5 +15,5 @@ target_link_libraries(monlib-deprecated-json PUBLIC
library-cpp-json
)
target_sources(monlib-deprecated-json PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp
)
diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.linux.txt b/library/cpp/monlib/deprecated/json/CMakeLists.linux.txt
index 66f1c5c559..c7cb3720d3 100644
--- a/library/cpp/monlib/deprecated/json/CMakeLists.linux.txt
+++ b/library/cpp/monlib/deprecated/json/CMakeLists.linux.txt
@@ -15,5 +15,5 @@ target_link_libraries(monlib-deprecated-json PUBLIC
library-cpp-json
)
target_sources(monlib-deprecated-json PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp
)