aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/CMakeLists.linux.txt
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/json/CMakeLists.linux.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/json/CMakeLists.linux.txt')
-rw-r--r--library/cpp/json/CMakeLists.linux.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/json/CMakeLists.linux.txt b/library/cpp/json/CMakeLists.linux.txt
index bdfa741edd..d55c7d2c3b 100644
--- a/library/cpp/json/CMakeLists.linux.txt
+++ b/library/cpp/json/CMakeLists.linux.txt
@@ -24,8 +24,8 @@ target_link_libraries(library-cpp-json PUBLIC
cpp-string_utils-relaxed_escaper
)
target_sources(library-cpp-json PRIVATE
- \${CMAKE_SOURCE_DIR}/library/cpp/json/json_writer.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/json/json_reader.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/json/json_prettifier.cpp
- \${CMAKE_SOURCE_DIR}/library/cpp/json/rapidjson_helpers.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/json_writer.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/json_reader.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/json_prettifier.cpp
+ ${CMAKE_SOURCE_DIR}/library/cpp/json/rapidjson_helpers.cpp
)