aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/JSON
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-02-07 17:37:14 +0300
commit94299c40d78c487307d3b744ecadf539dc13bb1a (patch)
treebb80680b6df85a6d825be7aadde56e3be92232fd /contrib/libs/poco/JSON
parent8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff)
downloadydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/poco/JSON')
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.darwin.txt26
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt26
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.linux.txt26
3 files changed, 39 insertions, 39 deletions
diff --git a/contrib/libs/poco/JSON/CMakeLists.darwin.txt b/contrib/libs/poco/JSON/CMakeLists.darwin.txt
index c3ab9805c2..1d9476211d 100644
--- a/contrib/libs/poco/JSON/CMakeLists.darwin.txt
+++ b/contrib/libs/poco/JSON/CMakeLists.darwin.txt
@@ -28,17 +28,17 @@ target_link_libraries(libs-poco-JSON PUBLIC
libs-poco-Foundation
)
target_sources(libs-poco-JSON PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c
)
diff --git a/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt
index 34ee8bfcc6..067c331f57 100644
--- a/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt
+++ b/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt
@@ -30,17 +30,17 @@ target_link_libraries(libs-poco-JSON PUBLIC
libs-poco-Foundation
)
target_sources(libs-poco-JSON PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c
)
diff --git a/contrib/libs/poco/JSON/CMakeLists.linux.txt b/contrib/libs/poco/JSON/CMakeLists.linux.txt
index 34ee8bfcc6..067c331f57 100644
--- a/contrib/libs/poco/JSON/CMakeLists.linux.txt
+++ b/contrib/libs/poco/JSON/CMakeLists.linux.txt
@@ -30,17 +30,17 @@ target_link_libraries(libs-poco-JSON PUBLIC
libs-poco-Foundation
)
target_sources(libs-poco-JSON PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp
- ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp
+ \${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c
)