CMakeLists.darwin-arm64.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  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. get_built_tool_path(
  7. TOOL_enum_parser_bin
  8. TOOL_enum_parser_dependency
  9. tools/enum_parser/enum_parser
  10. enum_parser
  11. )
  12. add_library(mapreduce-interface-logging)
  13. target_compile_options(mapreduce-interface-logging PRIVATE
  14. -Wdeprecated-this-capture
  15. )
  16. target_link_libraries(mapreduce-interface-logging PUBLIC
  17. contrib-libs-cxxsupp
  18. yutil
  19. cpp-yt-logging
  20. tools-enum_parser-enum_serialization_runtime
  21. )
  22. target_sources(mapreduce-interface-logging PRIVATE
  23. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/logger.cpp
  24. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/yt_log.cpp
  25. )
  26. generate_enum_serilization(mapreduce-interface-logging
  27. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/logger.h
  28. INCLUDE_HEADERS
  29. yt/cpp/mapreduce/interface/logging/logger.h
  30. )