CMakeLists.linux-x86_64.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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(cpp-mapreduce-common)
  7. target_compile_options(cpp-mapreduce-common PRIVATE
  8. -Wdeprecated-this-capture
  9. )
  10. target_link_libraries(cpp-mapreduce-common PUBLIC
  11. contrib-libs-linux-headers
  12. contrib-libs-cxxsupp
  13. yutil
  14. library-cpp-json
  15. library-cpp-svnversion
  16. cpp-threading-future
  17. library-cpp-yson
  18. cpp-yson-json
  19. cpp-yson-node
  20. cpp-mapreduce-interface
  21. mapreduce-interface-logging
  22. )
  23. target_sources(cpp-mapreduce-common PRIVATE
  24. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/common/debug_metrics.cpp
  25. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/common/helpers.cpp
  26. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/common/retry_lib.cpp
  27. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/common/wait_proxy.cpp
  28. )