diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-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.txt | 26 |
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 ) |