CMakeLists.windows-x86_64.txt 1.1 KB

12345678910111213141516171819202122232425262728293031
  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_link_libraries(mapreduce-interface-logging PUBLIC
  14. contrib-libs-cxxsupp
  15. yutil
  16. cpp-yt-logging
  17. tools-enum_parser-enum_serialization_runtime
  18. )
  19. target_sources(mapreduce-interface-logging PRIVATE
  20. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/logger.cpp
  21. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/yt_log.cpp
  22. )
  23. generate_enum_serilization(mapreduce-interface-logging
  24. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/interface/logging/logger.h
  25. INCLUDE_HEADERS
  26. yt/cpp/mapreduce/interface/logging/logger.h
  27. )