CMakeLists.linux-x86_64.txt 2.3 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. add_library(abseil-cpp-tstring-y_absl-flags)
  7. target_compile_options(abseil-cpp-tstring-y_absl-flags PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(abseil-cpp-tstring-y_absl-flags PUBLIC
  11. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring
  12. )
  13. target_link_libraries(abseil-cpp-tstring-y_absl-flags PUBLIC
  14. contrib-libs-linux-headers
  15. contrib-libs-cxxsupp
  16. yutil
  17. abseil-cpp-tstring-y_absl-base
  18. abseil-cpp-tstring-y_absl-container
  19. abseil-cpp-tstring-y_absl-debugging
  20. abseil-cpp-tstring-y_absl-hash
  21. abseil-cpp-tstring-y_absl-memory
  22. abseil-cpp-tstring-y_absl-numeric
  23. abseil-cpp-tstring-y_absl-profiling
  24. abseil-cpp-tstring-y_absl-strings
  25. abseil-cpp-tstring-y_absl-synchronization
  26. abseil-cpp-tstring-y_absl-time
  27. abseil-cpp-tstring-y_absl-types
  28. )
  29. target_sources(abseil-cpp-tstring-y_absl-flags PRIVATE
  30. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/commandlineflag.cc
  31. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/flag.cc
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/commandlineflag.cc
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/flag.cc
  34. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/private_handle_accessor.cc
  35. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/program_name.cc
  36. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/internal/usage.cc
  37. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/marshalling.cc
  38. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/parse.cc
  39. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/reflection.cc
  40. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage.cc
  41. ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/flags/usage_config.cc
  42. )