CMakeLists.darwin-x86_64.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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_library(grpc-third_party-upb)
  7. target_compile_options(grpc-third_party-upb PRIVATE
  8. -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
  9. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  10. )
  11. target_include_directories(grpc-third_party-upb PRIVATE
  12. ${CMAKE_BINARY_DIR}/contrib/libs/grpc
  13. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc
  14. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated
  15. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb
  17. )
  18. target_sources(grpc-third_party-upb PRIVATE
  19. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c
  21. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/naive.c
  22. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-neon.c
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-sse.c
  24. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/arena.c
  25. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/array.c
  26. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode.c
  27. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode_fast.c
  28. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/def.c
  29. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/encode.c
  30. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/extension_registry.c
  31. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_decode.c
  32. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_encode.c
  33. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/map.c
  34. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/mini_table.c
  35. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/msg.c
  36. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/reflection.c
  37. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/status.c
  38. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/table.c
  39. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/text_encode.c
  40. ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/upb.c
  41. )