# This file was gererated by the build system used internally in the Yandex monorepo. # Only simple modifications are allowed (adding source-files to targets, adding simple properties # like target_include_directories). These modifications will be ported to original # ya.make files by maintainers. Any complex modifications which can't be ported back to the # original buildsystem will not be accepted. add_library(libs-poco-JSON) target_include_directories(libs-poco-JSON PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include ) target_include_directories(libs-poco-JSON PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src ) target_link_libraries(libs-poco-JSON PUBLIC contrib-libs-cxxsupp 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 )