CMakeLists.linux-x86_64.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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-linux-headers
  18. contrib-libs-cxxsupp
  19. yutil
  20. cpp-yt-logging
  21. tools-enum_parser-enum_serialization_runtime
  22. )
  23. target_sources(mapreduce-interface-logging PRIVATE
  24. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/logger.cpp
  25. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/yt_log.cpp
  26. )
  27. generate_enum_serilization(mapreduce-interface-logging
  28. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/logger.h
  29. INCLUDE_HEADERS
  30. yt/cpp/mapreduce/interface/logging/logger.h
  31. )