CMakeLists.linux-aarch64.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233
  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(absl)
  7. add_library(contrib-restricted-abseil-cpp INTERFACE)
  8. target_link_libraries(contrib-restricted-abseil-cpp INTERFACE
  9. contrib-libs-linux-headers
  10. abseil-cpp-absl-algorithm
  11. abseil-cpp-absl-base
  12. abseil-cpp-absl-container
  13. abseil-cpp-absl-debugging
  14. abseil-cpp-absl-flags
  15. abseil-cpp-absl-functional
  16. abseil-cpp-absl-hash
  17. abseil-cpp-absl-log
  18. abseil-cpp-absl-memory
  19. abseil-cpp-absl-meta
  20. abseil-cpp-absl-numeric
  21. abseil-cpp-absl-profiling
  22. abseil-cpp-absl-random
  23. abseil-cpp-absl-status
  24. abseil-cpp-absl-strings
  25. abseil-cpp-absl-synchronization
  26. abseil-cpp-absl-time
  27. abseil-cpp-absl-types
  28. abseil-cpp-absl-utility
  29. )