CMakeLists.linux-aarch64.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233
  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-linux-headers
  10. contrib-libs-cxxsupp
  11. yutil
  12. contrib-libs-protobuf
  13. library-cpp-json
  14. cpp-protobuf-util
  15. protobuf-json-proto
  16. cpp-string_utils-relaxed_escaper
  17. )
  18. target_sources(cpp-protobuf-json PRIVATE
  19. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.h
  20. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp
  29. )