CMakeLists.windows-x86_64.txt 1.2 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_subdirectory(ut)
  7. add_library(cpp-actors-http)
  8. target_link_libraries(cpp-actors-http PUBLIC
  9. contrib-libs-cxxsupp
  10. yutil
  11. contrib-libs-openssl
  12. contrib-libs-zlib
  13. cpp-actors-core
  14. cpp-actors-interconnect
  15. library-cpp-dns
  16. cpp-monlib-metrics
  17. cpp-string_utils-quote
  18. )
  19. target_sources(cpp-actors-http PRIVATE
  20. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_cache.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_compress.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_proxy_acceptor.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_proxy_incoming.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_proxy_outgoing.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_proxy.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_static.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http.cpp
  28. )