CMakeLists.linux-x86_64.txt 1.2 KB

12345678910111213141516171819202122232425262728293031
  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(cpp-testing-unittest)
  7. target_link_libraries(cpp-testing-unittest PUBLIC
  8. contrib-libs-linux-headers
  9. contrib-libs-cxxsupp
  10. yutil
  11. contrib-libs-libxml
  12. library-cpp-colorizer
  13. library-cpp-dbg_output
  14. library-cpp-diff
  15. cpp-json-writer
  16. cpp-testing-common
  17. cpp-testing-hook
  18. )
  19. target_sources(cpp-testing-unittest PRIVATE
  20. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp
  27. )