aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.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 /contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt
parent840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff)
downloadydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt')
-rw-r--r--contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt
index 067c331f57..34ee8bfcc6 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
)