12345678910111213141516171819202122232425262728293031 |
- # This file was generated 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.
- get_built_tool_path(
- TOOL_enum_parser_bin
- TOOL_enum_parser_dependency
- tools/enum_parser/enum_parser
- enum_parser
- )
- add_library(cpp-json-writer)
- target_link_libraries(cpp-json-writer PUBLIC
- contrib-libs-cxxsupp
- yutil
- cpp-json-common
- tools-enum_parser-enum_serialization_runtime
- )
- target_sources(cpp-json-writer PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.cpp
- ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json.cpp
- )
- generate_enum_serilization(cpp-json-writer
- ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.h
- INCLUDE_HEADERS
- library/cpp/json/writer/json_value.h
- )
|