CMakeLists.linux-aarch64.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/http_digest.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_socket.cpp
  29. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.cpp
  30. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpload.cpp
  31. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/exthttpcodes.cpp
  32. )
  33. generate_enum_serilization(cpp-http-fetch
  34. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h
  35. INCLUDE_HEADERS
  36. library/cpp/http/fetch/httpheader.h
  37. )
  38. target_ragel_lexers(cpp-http-fetch
  39. PRIVATE
  40. ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6
  41. -CG1
  42. )