CMakeLists.windows-x86_64.txt 866 B

12345678910111213141516171819202122232425
  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(main)
  7. add_library(cpp-testing-benchmark)
  8. target_link_libraries(cpp-testing-benchmark PUBLIC
  9. contrib-libs-cxxsupp
  10. yutil
  11. contrib-libs-re2
  12. library-cpp-colorizer
  13. cpp-getopt-small
  14. library-cpp-json
  15. library-cpp-linear_regression
  16. cpp-threading-poor_man_openmp
  17. )
  18. target_sources(cpp-testing-benchmark PRIVATE
  19. ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp
  20. ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp
  21. )