CMakeLists.linux-aarch64.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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(cpp-http-fetch)
  13. target_link_libraries(cpp-http-fetch PUBLIC
  14. contrib-libs-linux-headers
  15. contrib-libs-cxxsupp
  16. yutil
  17. contrib-libs-zlib
  18. library-cpp-charset
  19. cpp-digest-md5
  20. cpp-http-misc
  21. library-cpp-logger
  22. cpp-mime-types
  23. library-cpp-uri
  24. tools-enum_parser-enum_serialization_runtime
  25. )
  26. target_sources(cpp-http-fetch PRIVATE
  27. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpagent.h
  28. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfetcher.h
  29. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h
  30. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpparser.h
  31. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpzreader.h
  32. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/sockhandler.h
  33. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_digest.cpp
  34. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_socket.cpp
  35. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.cpp
  36. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpload.cpp
  37. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/exthttpcodes.cpp
  38. )
  39. generate_enum_serilization(cpp-http-fetch
  40. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h
  41. INCLUDE_HEADERS
  42. library/cpp/http/fetch/httpheader.h
  43. )
  44. target_ragel_lexers(cpp-http-fetch
  45. PRIVATE
  46. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6
  47. -CG1
  48. )