CMakeLists.windows-x86_64.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_subdirectory(proto)
  7. add_library(cpp-protobuf-json)
  8. target_link_libraries(cpp-protobuf-json PUBLIC
  9. contrib-libs-cxxsupp
  10. yutil
  11. contrib-libs-protobuf
  12. library-cpp-json
  13. cpp-protobuf-util
  14. protobuf-json-proto
  15. cpp-string_utils-relaxed_escaper
  16. )
  17. target_sources(cpp-protobuf-json PRIVATE
  18. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.h
  19. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
  20. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
  28. )