CMakeLists.windows-x86_64.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. add_library(cpp-mapreduce-http)
  7. target_link_libraries(cpp-mapreduce-http PUBLIC
  8. contrib-libs-cxxsupp
  9. yutil
  10. cpp-deprecated-atomic
  11. cpp-http-io
  12. cpp-string_utils-base64
  13. cpp-string_utils-quote
  14. cpp-threading-cron
  15. cpp-mapreduce-common
  16. cpp-mapreduce-interface
  17. mapreduce-interface-logging
  18. yt-core-http
  19. yt-core-https
  20. )
  21. target_sources(cpp-mapreduce-http PRIVATE
  22. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/abortable_http_response.cpp
  23. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/context.cpp
  24. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/helpers.cpp
  25. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/host_manager.cpp
  26. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/http.cpp
  27. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/http_client.cpp
  28. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/requests.cpp
  29. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/http/retry_request.cpp
  30. )