CMakeLists.linux-x86_64.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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-yt-memory)
  7. target_compile_options(cpp-yt-memory PRIVATE
  8. -Wdeprecated-this-capture
  9. )
  10. target_link_libraries(cpp-yt-memory PUBLIC
  11. contrib-libs-linux-headers
  12. contrib-libs-cxxsupp
  13. yutil
  14. cpp-sanitizer-include
  15. cpp-yt-assert
  16. cpp-yt-misc
  17. cpp-yt-malloc
  18. )
  19. target_sources(cpp-yt-memory PRIVATE
  20. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp
  29. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp
  30. ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp
  31. )