CMakeLists.darwin-arm64.txt 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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(restricted-google-benchmark)
  7. target_compile_options(restricted-google-benchmark PUBLIC
  8. -DBENCHMARK_STATIC_DEFINE
  9. )
  10. target_compile_options(restricted-google-benchmark PRIVATE
  11. -DHAVE_POSIX_REGEX
  12. -DHAVE_PTHREAD_AFFINITY
  13. -DHAVE_STD_REGEX
  14. -DHAVE_STEADY_CLOCK
  15. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  16. )
  17. target_include_directories(restricted-google-benchmark PUBLIC
  18. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/include
  19. )
  20. target_include_directories(restricted-google-benchmark PRIVATE
  21. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src
  22. )
  23. target_link_libraries(restricted-google-benchmark PUBLIC
  24. contrib-libs-cxxsupp
  25. )
  26. target_sources(restricted-google-benchmark PRIVATE
  27. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark.cc
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_api_internal.cc
  29. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_name.cc
  30. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_register.cc
  31. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/benchmark_runner.cc
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/check.cc
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/colorprint.cc
  34. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/commandlineflags.cc
  35. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/complexity.cc
  36. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/console_reporter.cc
  37. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/counter.cc
  38. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/csv_reporter.cc
  39. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc
  40. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc
  41. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc
  42. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc
  43. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc
  44. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc
  45. ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/timers.cc
  46. )