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